Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 5,870 for

file comparison

(0.16 sec)
  1. Add document to Spreadsheet via OLE | GroupDocs

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

    docs.groupdocs.com/merger/java/add-document-to-...
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Render PPTX as JPG using Python

    Learn how to render PPTX as JPG using Python. This tutorial explains how to convert PPTX to JPG in Python for slide image generation and sharing....Comparison Product Family GroupDocs...with block to open the PPTX file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-pptx-as-j...
  4. Render SVG as HTML using C#

    Learn efficiently how to render SVG as HTML using C#. Also, explore step-by-step instructions and C# code for rendering SVG to HTML without installing extra tools....Comparison Product Family GroupDocs...class object by passing the SVG file path as an argument to its constructor...

    kb.groupdocs.com/viewer/net/render-svg-as-html-...
  5. Read Metadata from PDF using Java

    Learn how to read metadata from PDF using Java without demanding additional software installation. Delve into a code sample to read metadata of PDF using Java....Comparison Product Family GroupDocs...using Java Metadata within PDF files comprise critical details about...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  6. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files Comparison within your .NET applications....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/set-document-...
  7. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Comparison Product Family GroupDocs...image watermarks into DOCX files Instantiate the Watermarker...

    kb.groupdocs.com/watermark/java/add-image-water...
  8. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  9. Add Image Watermark to PPT Using Python

    This guide shows how to add image watermark to PPT using Python, helping you apply a centered logo watermark across slides for professional presentations....Comparison Product Family GroupDocs...namespaces needed for PowerPoint files and slide-level alignment Load...

    kb.groupdocs.com/watermark/python/add-image-wat...
  10. Render PPTX as HTML using Java

    Master the art to render PPTX as HTML using Java efficiently. Additionally, dive into comprehensive step-by-step guidelines and Java code for rendering PPTX to HTML....Comparison Product Family GroupDocs...class object, passing the PPTX file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/java/render-pptx-as-htm...