Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 17,067 for

document annotation

(0.13 sec)
  1. Working with CSV Data Sources | Documentation

    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:...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-cs...
  2. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/nesting-search-q...
  3. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  4. Load from URL | Documentation

    This article explains how to load a Document from a URL with GroupDocs.Viewer within your Python applications....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/load-docum...
  5. Render N consecutive pages | Documentation

    This article explains how to view n consecutive pages when processing Documents with GroupDocs.Viewer within your Java applications....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/view-n-consecuti...
  6. Advanced Usage | Documentation

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details on how to customize your watermarks, search, modify, and remove existing watermarks. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online Document watermarking App Along with a full-featured Java library, we provide simple, but powerful free Apps. You are welcome to add watermark to PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, and more with our Free Online Document Watermarking Apps....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/advanced-usage/
  7. GroupDocs.Search for .NET | Documentation

    GroupDocs.Search for .NET is a fascinating Document search API. It extracts text and metadata from Documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/
  8. GroupDocs.Redaction for Java 20.11 Release Note...

    Note This page contains release notes for GroupDocs.Redaction for Java 20.11 Major Features There are the following improvements in this release: Ability to save Redaction Policy to an XML file Built-in support for plain text format (previously was an example) Support for HTML Documents and Markdown files Improve PDF preview generation Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-107 Saving RedactionPolicy.xml file Improvement REDACTIONJAVA-108 Add support for HTML Documents and Markdown files Improvement REDACTIONJAVA-109 Add built-in support for plain text format Improvement REDACTIONJAVA-110 Improve PDF preview generation Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  9. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation Product Family GroupDocs...in C# How to Convert Word Document to Image in Java How to Convert...

    kb.groupdocs.com/categories/page/28/
  10. Load password-protected file | Documentation

    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(); }...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...