Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 40,364 for

documents

(0.1 sec)
  1. 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...
  2. 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/
  3. 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-...
  4. 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...
  5. Adjust the image size | Documentation

    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...
  6. Set image resolution | Documentation

    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-...
  7. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...pretty simple - the source document is loaded to a converter and...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  8. Preview Digital Certificates properties | Docum...

    This article shows how to receive digital certificates properties over Document Info method....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Developer Guide / Advanced usage / Document previewing / Preview Digital...

    docs.groupdocs.com/signature/net/preview-certif...
  9. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF Documents....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks / To PDF documents / Watermarks in PDF document Watermarks...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  10. Optimize spreadsheets in a PDF file | Documenta...

    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-...