Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 47,032 for

documents

(0.07 sec)
  1. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...changes statistics for output document or not. specifies style of...

    docs.groupdocs.com/comparison/java/comparison/
  2. Remove Text Watermark from DOCX Using Java

    Learn how to remove text watermark from DOCX using Java. We'll provide you code to delete watermark text from DOCX in Java without requiring any additional software....ensures clean and professional documents by getting rid of unwanted...the watermark from the DOCX document by calling the PossibleWatermarkCol...

    kb.groupdocs.com/watermark/java/remove-text-wat...
  3. Electronic Signature Types | GroupDocs

    This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...add a text signature to a document using Python: import groupdocs...

    docs.groupdocs.com/signature/python-net/electro...
  4. Perform Faceted Search using Java

    This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....a storage location where documents will be indexed for streamlined...example, in a document repository, facets like document type, creation...

    kb.groupdocs.com/search/java/perform-faceted-se...
  5. Merge images | GroupDocs

    Learn how to merge image files, combine image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...developers to combine multiple JPG documents in the preferred order and...

    docs.groupdocs.com/merger/net/merge/images/
  6. How to Convert DOCX to ODT using Java

    In this article, you will learn how to convert DOCX to ODT using Java without extra software. Moreover, we'll share code example to export DOCX to ODT in Java....LibreOffice’s ODT are both widely-used document formats, each with its own...for creating and editing documents. On the other hand, ODT is...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Using Spreadsheets as Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Spreadsheets...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  8. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  9. What is GroupDocs Assembly?

    Last week, I mentioned changes that we’re making to GroupDocs Assembly to make it more intuitive. Document assembly (also known as document automation) is an aspect of document management that you might not be familiar with, so this week I’ll discuss what it is and how it can be used in more detail. Document Management? You’ve found your way to GroupDocs and the GroupDocs blog so chances are that you have an idea about document management.... Document assembly (also known as document automation)...automation) is an aspect of document management that you might not be...

    blog.groupdocs.com/total/what-is-groupdocs-asse...
  10. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email Documents with advanced options using GroupDocs.Conversion for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load Email document with options...

    docs.groupdocs.com/conversion/net/load-email-do...