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

documents

(0.05 sec)
  1. Extract data from Microsoft OneNote notebooks |...

    More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to parse Documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...GitHub examples: Free online document parser App Along with full...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. 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-...
  3. 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...
  4. 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...
  5. 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-...
  6. 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/
  7. 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...
  8. GroupDocs.Watermark for Python via .NET | Docum...

    A Python via .NET API for adding watermarks to the Documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermark support for the documents of 40+ file formats. Supports...

    docs.groupdocs.com/watermark/python-net/
  9. 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-...
  10. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of Documents on the summary page with GroupDocs.Comparison for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...information about comparison of documents, which is displayed in the...

    docs.groupdocs.com/comparison/java/get-extended...