Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 11,509 for

document comparison

(0.12 sec)
  1. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/Documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Comparison Product Family GroupDocs...and integrity of electronic documents, digital signatures play a...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  3. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in Documents Java seamlessly....Comparison Product Family GroupDocs...multiple document formats, including PDFs, Word documents, and plain...

    kb.groupdocs.com/search/java/numeric-range-sear...
  4. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Deleting slides from presentation | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/python-net/deleting-s...
  6. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....Comparison Product Family GroupDocs...realm of data privacy and document security, redacting sensitive...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  7. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/inserting-edited-...
  8. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/python-net/merge/epub/
  9. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  10. Add Text Watermark to PPTX Using Python

    Learn how to add text watermark to PPTX using Python. This tutorial shows how to embed watermark text into PowerPoint slides with custom font, color, and alignment....Comparison Product Family GroupDocs...identifiers that communicate document ownership, confidentiality...

    kb.groupdocs.com/watermark/python/add-text-wate...