Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 7,455 for

document comparison

(0.14 sec)
  1. Changing Automatically Detected Types of Docume...

    API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type Note The code uses some of the objects defined in: The Business Layer...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/changing-automa...
  2. Convert XLSX to DOCX using Node.js

    Quickly learn how to convert XLSX to DOCX using Node.js without extra software installation. This topic contains steps and code to export XLSX to DOCX in Node.js....Comparison Product Family GroupDocs...especially when working with documents. One common scenario is converting...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  3. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  4. 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...DOCX using C# In the realm of document processing, extracting metadata...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  5. Load a file of a specific format | Documentation

    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...
  6. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....Comparison Product Family GroupDocs...authenticating the authenticity of a document. We will create step-by-step...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  7. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output Document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/saving/
  8. Convert PDF to PCL using Java

    Discover how to convert PDF to PCL using Java without extra software installations. This library employed to export PDF to PCL using Java is platform-independent....Comparison Product Family GroupDocs...using Java In the field of document processing, the skill to convert...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  9. How to Convert RTF to TXT using Java

    This topic will provide a step-by-step guide on how to convert RTF to TXT using Java. Moreover, it will offer Java code that enables you to export RTF to TXT in Java....Comparison Product Family GroupDocs...projects. In the world of document processing, the ability to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert MHTML to HTML using C#

    Easily perform Document conversion and learn the process to convert MHTML to HTML using C#. Also, learn how to implement the convert MHTML to HTML C# capability....Comparison Product Family GroupDocs...GroupDocs.Conversion namespace for document conversion from MHTML to HTML...

    kb.groupdocs.com/conversion/net/how-to-convert-...