Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 10,833 for

document comparison

(0.61 sec)
  1. GroupDocs.Redaction for .NET | GroupDocs

    A .NET API for redaction of sensitive and classified information from the Documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/
  2. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a Document from stream. The following example demonstrates how to load and redact a Document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use Document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-str...
  3. Working with Tables | GroupDocs

    This section describes how to extract tables from Documents using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/python-net/developer-...
  4. GroupDocs.Comparison for Python via .NET | Grou...

    GroupDocs.Compairson for Python developer Documentation. Learn how to diff docx, pptx, and pdf files using Python....Comparison Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/python-net/
  5. GroupDocs.Search for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....Comparison Product Family GroupDocs...Aliases in Document using Java Spelling Correction in Document Search...

    kb.groupdocs.com/search/java/
  6. 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...
  7. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated Document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....Comparison Product Family GroupDocs...files into high-quality PDF documents while preserving tabular data...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  8. Search in Documents with Keyboard Layout Correc...

    Learn to search in Documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for Document search in Java....Comparison Product Family GroupDocs...Product Family Search in Documents with Keyboard Layout Correction...

    kb.groupdocs.com/search/java/search-in-document...
  9. 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...
  10. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive Document pages using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-n-con...