Sort Score
Result 10 results
Languages All
Labels All
Results 4,851 - 4,860 of 11,507 for

document comparison

(0.62 sec)
  1. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....Comparison Product Family GroupDocs...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  2. Perform Wildcard Search using C#

    Learn how to perform wildcard search using C#. Explore wildcard search in C# with single character and group wildcards for efficient and flexible search queries....Comparison Product Family GroupDocs...applications like text indexing, document management, and database querying...

    kb.groupdocs.com/search/net/perform-wildcard-se...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  4. Convert PDF to XLSX using Node.js

    Convert PDF to XLSX using Node.js effortlessly. Learn how to export PDF to XLSX in Node.js with a step-by-step guide for accurate and efficient spreadsheet conversion....Comparison Product Family GroupDocs...data-driven world, converting documents into structured formats is...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. Remove Metadata from DOC using Java

    Learn how to efficiently remove metadata from DOC using Java with a code example that demonstrates the process, all without needing to install extra software....Comparison Product Family GroupDocs...not directly visible in the document’s content, encompassing properties...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  6. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....Comparison Product Family GroupDocs...details, creation dates, and document properties. It’s extremely...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  7. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....Comparison Product Family GroupDocs...extraction from a variety of document formats, including ODT. Steps...

    kb.groupdocs.com/parser/net/extract-text-from-o...
  8. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-ou...
  9. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....Comparison Product Family GroupDocs...details, creation dates, and document properties, provides valuable...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  10. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-by-chunks/