Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 9,410 for

document comparison

(0.08 sec)
  1. GroupDocs.Conversion for Node.js via Java | Gro...

    GroupDocs.Conversion for Node.js via Java is an advanced Document conversion API developed to convert files of different formats from within JavaScript applications....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/
  2. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/add-text/
  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. Generate Numbered Lists from Data Source | Grou...

    Create numbered lists in Documents by iterating over data collections and displaying items with numbers....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  5. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  6. Create Search Report using Java

    Learn how to create search report using Java for indexed data. A sample code example will be provided to generate search report in Java without installing extra software....Comparison Product Family GroupDocs...searches, and the count of documents that match the query. These...

    kb.groupdocs.com/search/java/create-search-repo...
  7. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-for-en...
  8. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Comparison Product Family GroupDocs...Aliases in Document using Java Spelling Correction in Document Search...

    kb.groupdocs.com/categories/page/12/
  10. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/build-search-query/