Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 5,586 for

file comparison

(0.13 sec)
  1. Working with metadata in GIF images | Documenta...

    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...
  2. Features Overview | Documentation

    Variety of features to manipulate graphics, watermarks and text annotations...Comparison Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/net/features-over...
  3. Features Overview | Documentation

    Variety of features to manipulate graphics, watermarks and text annotations...Comparison Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/java/features-ove...
  4. Add document to Presentation via OLE | Document...

    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. Features Overview | Documentation

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Comparison Product Solution GroupDocs... Ability of indexing from a file, stream or structure. Indexing...

    docs.groupdocs.com/search/net/features-overview/
  6. Password-protected documents | Documentation

    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...
  7. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  8. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Comparison Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  9. Render DOCX to PNG using Node.js

    Let's learn how to render DOCX to PNG using Node.js with simple steps. There is no need to install any extra software to render DOCX to PNG in Node.js....Comparison Product Family GroupDocs...using Node.js Rendering DOCX files to image formats is an essential...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-p...
  10. Render PPTX as PNG using Python

    Learn how to render PPTX as PNG using Python. This tutorial shows how to convert PPTX to PNG in Python for generating slide images suitable for sharing and embedding....Comparison Product Family GroupDocs...image rendering Open the PPTX file using the Viewer class inside...

    kb.groupdocs.com/viewer/python/render-pptx-as-p...