Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 6,067 for

file comparison

(0.09 sec)
  1. 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....Comparison Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Delete indexed paths | GroupDocs

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....Comparison Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/java/delete-indexed-p...
  3. Sign document with MaxiCode barcode Symbology |...

    This article explains how to sign document with MaxiCode barcode Symbology signatures...Comparison Product Solution GroupDocs...data }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Convert PDF to GIF using Python

    Discover the process of how to convert PDF to GIF using Python. We will also provide the code example to export PDF to GIF using Python that works on every plateform....Comparison Product Family GroupDocs...enhance web content, or prepare files for diverse digital environments...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  5. Add Text Watermark to PDF Using Python

    Learn how to add text watermark to PDF using Python. This tutorial shows how to apply watermark to PDF in Python with custom font, color, and alignment....Comparison Product Family GroupDocs...Watermark to PDF Using Python PDF files are widely used for sharing...

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. Custom text extractors | GroupDocs

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Comparison Product Solution GroupDocs...string filePath ) { string text = File . ReadAllText ( filePath );...

    docs.groupdocs.com/search/net/custom-text-extra...
  7. 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....Comparison Product Solution GroupDocs...the class: sets the desired file type the input document should...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  8. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Comparison Product Solution GroupDocs..."JohnSmith" ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  9. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Comparison Product Solution GroupDocs...with-attachment.eml is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-each...
  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....Comparison Product Family GroupDocs...PPTX (PowerPoint Open XML) files can enhance processes such as...

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