Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 15,413 for

file

(0.04 sec)
  1. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....API for Java: Download – JAR Files Documentation – API Docs Product...sign electronic docs of various file formats. Java developers can...

    blog.groupdocs.com/categories/groupdocs.signatu...
  2. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image Files....within documents or standalone files. Here’s a step-by-step guide...images embedded in document files or container formats like .zip...

    blog.groupdocs.com/search/reverse-image-search/
  3. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....To extract a text from image files or non-text PDF documents GetText...extract a text from the image file: // Create an instance of ParserSettings...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  4. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how a File convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....the class: sets the desired file type the input document should...to these fonts. Decreases the file size, but may change the original...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  5. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive Files with one or multiple electronic signatures...feedback supports signing archive files with formats like ZIP, TAR the...method will contain for archive files the lists of and of the method...

    docs.groupdocs.com/signature/java/signing-archi...
  8. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....sign Word Processing document files. Word Processing document metadata...signatures ); // sign document to file signature . sign ( "SampleSigned...

    docs.groupdocs.com/signature/java/esign-word-pr...
  9. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null....supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  10. Scan Barcode from PPTX using C#

    This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....PPTX (PowerPoint Open XML) files can enhance processes such as...extract barcodes from PPTX files Create a Parser instance by...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...