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

file comparison

(0.23 sec)
  1. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java...Comparison Product Solution GroupDocs...Guide Get the Path to the Input File Create a InputStream from the...

    docs.groupdocs.com/editor/java/working-with-for...
  2. 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 Node.js via Java...Comparison Product Solution GroupDocs.../ Edit Document / Edit Text Files Edit TXT Leave feedback On this...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  3. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Comparison Product Solution GroupDocs...toolkit and create a new PDF file with raster images of redacted...

    docs.groupdocs.com/redaction/python-net/feature...
  4. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  5. Set image size limits | GroupDocs

    Control image size in PDF output: set width, height, or maximum dimensions....Comparison Product Solution GroupDocs...) as viewer : # Create a PDF file. viewOptions = PdfViewOptions...

    docs.groupdocs.com/viewer/python-net/set-image-...
  6. Load document from Azure Blob Storage | GroupDocs

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Comparison Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...

    docs.groupdocs.com/signature/java/load-document...
  7. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Comparison Product Family GroupDocs...class and pass the input Excel file to its constructor Instantiate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. 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/
  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 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...
  10. 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-...