Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 5,942 for

file comparison

(0.04 sec)
  1. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  2. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Comparison Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with Text | GroupDocs

    Perform keyword or regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Notes...

    docs.groupdocs.com/parser/python-net/working-wi...
  4. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Comparison Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-p...
  5. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java...Comparison Product Solution GroupDocs...Guide Get the Path to the Input File Create a InputStream from the...

    docs.groupdocs.com/editor/java/working-with-for...
  6. Extract a text from images and PDFs | GroupDocs

    This article explains how to extract a text from images and PDFs...Comparison Product Solution GroupDocs...Parser is used, see readme.txt file for the additional information...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  8. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Comparison Product Family GroupDocs...directly from PowerPoint ( PPTX ) files can be a useful feature, especially...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  9. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....Comparison Product Family GroupDocs...document types, such as DOCM files, can significantly enhance data...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  10. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....Comparison Product Family GroupDocs...document stage—especially when files are exchanged between teams...

    kb.groupdocs.com/watermark/python/add-image-wat...