Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 12,456 for

document comparison

(0.08 sec)
  1. Nesting search queries in object form | Documen...

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

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  2. 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...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/
  3. 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....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/advanced-usage/
  4. 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....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

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

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

    kb.groupdocs.com/categories/page/28/
  6. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Comparison Product Family GroupDocs...Metadata from DOCX using Java Get Document Information using Java Add...

    kb.groupdocs.com/categories/page/7/
  7. Nesting search queries in object form | Documen...

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

    docs.groupdocs.com/search/net/nesting-search-qu...
  8. 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(); }...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  9. GroupDocs.Assembly for .NET 17.5.0 Release Note...

    This page contains release notes for GroupDocs.Assembly for .NET 17.5.0 Major Features Support of variables, dynamic text background setting, and a new image size fit mode are added. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-37 Add ability to define and use variables in template Documents Feature ASSEMBLYNET-38 Add ability to set text background color dynamically Feature ASSEMBLYNET-39 Add ability not to grow the size of an image container while fitting it for the size of an image Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...use variables in template documents Feature ASSEMBLYNET-38 Add...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-s...