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

file comparison

(0.15 sec)
  1. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....Comparison Product Family GroupDocs...efficiently redact text within PPTX files, ensuring confidentiality and...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  2. 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...
  3. Render RTF as Image using Python

    This topic explains how to render RTF as image using Python. Moreover, there is no need to install extra software on your system to create images from RTF in Python....Comparison Product Family GroupDocs...Python Rich Text Format ( RTF ) files are a common choice for exchanging...

    kb.groupdocs.com/viewer/python/render-rtf-as-im...
  4. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....Comparison Product Solution GroupDocs...properties extracted from a file. Some metadata standards can...

    docs.groupdocs.com/metadata/java/find-metadata-...
  5. 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/
  6. Output adapters | GroupDocs

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Comparison Product Solution GroupDocs...to output text to a file. The path to a file is specified in the...

    docs.groupdocs.com/search/java/output-adapters/
  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-...