Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 49,431 for

documents

(0.62 sec)
  1. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for .NET...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Reorder...

    docs.groupdocs.com/viewer/net/reorder-pages/
  2. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......other annotations from the document. For example, we can remove...remove all comments from the document, containing texts like "use"...

    docs.groupdocs.com/redaction/python-net/_output...
  3. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  4. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...for Java v23.7: Only PDF documents are not supported. We are...

    docs.groupdocs.com/redaction/java/redaction-fil...
  5. GroupDocs.Parser Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract text, images, metadata, and structured data from Documents....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...extraction for structured documents, raw and formatted text extraction...

    docs.groupdocs.com/parser/python-net/groupdocs-...
  6. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#)....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering Documents with Image Viewer by GroupDocs for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PNG or JPEG /...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  8. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Releasing GroupDocs.Editor for Java API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for Java API version 17.9 which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....makes it easier to perform document editing operations and conversion...conversion of edited document with simple line of code with various...

    blog.groupdocs.com/editor/releasing-groupdocs.e...
  10. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Handling errors Searching for document signatures with exception...

    docs.groupdocs.com/signature/net/searching-for-...