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

file comparison

(0.1 sec)
  1. Export Data | GroupDocs

    How to export data to JSON or XML Files....Comparison Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  2. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Comparison Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/net/save-to-stream/
  3. Export Data | GroupDocs

    How to export data to XML Files....Comparison Product Solution GroupDocs...functionality to export data to XML files. class is used for this. The...

    docs.groupdocs.com/parser/java/export-data/
  4. 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-...
  5. 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 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...
  6. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents thumbnails and preview document pages using GroupDocs.Merger for .NET API....Comparison Product Solution GroupDocs...Console . WriteLine ( "Image file {0} is ready for preview" ,...

    docs.groupdocs.com/merger/net/generate-document...
  7. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File 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...Information Store File Microsoft Outlook Offline Data File More resources...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....Comparison Product Solution GroupDocs...overhead of saving stream as a file on disk, enables you to work...

    docs.groupdocs.com/signature/java/load-document...
  9. 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...
  10. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...Comparison Product Solution GroupDocs.../ Edit document / Edit text files Edit TXT Leave feedback On this...

    docs.groupdocs.com/editor/java/edit-txt/