Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 37,329 for

documents

(0.04 sec)
  1. Remove annotations | Documentation

    This topic describes how to remove annotations from 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-...
  2. GroupDocs.Conversion for Node.js via Java | Doc...

    GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different formats from within JavaScript applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...is a powerful multi-format document conversion API designed as...

    docs.groupdocs.com/conversion/nodejs-java/
  3. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...Advanced usage / Loading documents / Load from Stream Load from...

    docs.groupdocs.com/redaction/python-net/load-fr...
  4. Load from stream | Documentation

    Load Documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product.../ Developer Guide / Load documents from different sources / Load...

    docs.groupdocs.com/viewer/python-net/load-docum...
  5. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word Documents using GroupDocs.Editor for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Word document / Memory optimization...

    docs.groupdocs.com/editor/java/memory-optimizat...
  6. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Pre-rasterize Pre-rasterize...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  7. Use advanced logging | Documentation

    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-...
  8. Using redaction filters | Documentation

    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...
  9. Reduce image quality | Documentation

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Embedded QR data | Documentation

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Embedded QR data Embedded...

    docs.groupdocs.com/signature/net/sign-document-...