Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 10,825 for

document comparison

(0.54 sec)
  1. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template Documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-c...
  2. Convert XLSX to HTML using Python

    Convert XLSX to HTML using Python for seamless spreadsheet rendering. Learn how to export XLSX to HTML in Python with automated layout preservation....Comparison Product Family GroupDocs...overall productivity. For document-driven web apps, this method...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  3. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/about-search-engi...
  4. Skip image | GroupDocs

    The listed articles below explain how to skip saving images during Document conversion....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/python-net/image-sk...
  5. How to Convert MSG to PDF using Java

    In this topic, you will learn how to convert MSG to PDF using Java without installing third-party software. Also, we will provide code to export MSG to PDF in Java....Comparison Product Family GroupDocs...effortlessly accomplish the document conversion. After successfully...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Merge HTML files using Java

    This guide offers essential instructions to merge HTML files using Java and includes a code snippet to demonstrate how to effectively combine HTML files in Java....Comparison Product Family GroupDocs...multiple web pages into one document or creating a comprehensive...

    kb.groupdocs.com/merger/java/merge-html-files-u...
  7. Convert XLSX to XLS using Python

    Learn how to convert XLSX to XLS using Python. Step-by-step guide and code example is included in this topic for how to export XLSX to XLS in Python....Comparison Product Family GroupDocs...Python , enabling consistent document handling and improved workflow...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  8. GroupDocs.Metadata Product Family

    Find answers about handling metadata of Documents, images and other files using code on any platform....Comparison Product Family GroupDocs...Metadata from DOCX using C# Get Document Information using C# «« «...

    kb.groupdocs.com/metadata/page/2/
  9. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in Documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String DocumentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/ocr-support/