Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 5,160 for

file comparison

(0.04 sec)
  1. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....Comparison Product Family GroupDocs...processing, extracting metadata from files is an essential task that can...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  2. Working with BMP metadata | Documentation

    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 BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } 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/net/working-with-bm...
  3. Add document to Spreadsheet via OLE | Documenta...

    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-...
  4. GroupDocs.Viewer for .NET overview | Documentation

    GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your .NET application....Comparison Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files. You no longer need third-party...

    docs.groupdocs.com/viewer/net/product-overview/
  5. Working with BMP metadata | Documentation

    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...
  6. Search Specific Word in Documents using Java

    Discover how to implement full-text search implementation in Java and easily search specific word in documents using Java without installing extra tools....Comparison Product Family GroupDocs...information across multiple file types, which is critical for...

    kb.groupdocs.com/search/java/search-specific-wo...
  7. Scan Barcode from PPT using C#

    This guide provides a detailed overview of how to scan barcode from PPT using C#. Moreover, you will get a sample code example to extract barcode from PPT in C#....Comparison Product Family GroupDocs...extracting barcode from PPT files Initialize the Parser by specifying...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  8. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Comparison Product Solution GroupDocs...in the documents of different file formats. It provides the effective...

    docs.groupdocs.com/watermark/python-net/feature...
  9. Scan Barcode from RTF using Java

    This guide explains how to scan barcode from RTF using Java. Moreover, you will get an example to ensure a smooth process of how to extract barcode from RTF in Java....Comparison Product Family GroupDocs...Parser object by specifying the file path of the RTF document during...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  10. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....Comparison Product Family GroupDocs...metadata from EPUB using C# EPUB files are widely used for eBooks and...

    kb.groupdocs.com/parser/net/extract-metadata-fr...