Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 8,580 for

page

(0.29 sec)
  1. 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.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....docx" )); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...view ( options ); } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  4. How to Edit MOBI File | GroupDocs

    This article demonstrates how to edit MOBI files using Node.js via Java....File Leave feedback On this page Introduction The MOBI format...Returns an approximate number of pages in the case of MOBI or AZW3...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  5. Licensing and evaluation | GroupDocs

    GroupDocs.Merger for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....evaluation Leave feedback On this page To study the system, you may...Rendering is limited to the first 2 pages. Trial badges are added to the...

    docs.groupdocs.com/merger/python-net/licensing-...
  6. Search for Multiple e-Signature Types | GroupDocs

    This article explains how to search for multiple electronic signature types within document Pages using GroupDocs.Signature for Python via .NET API...." ) print ( f "Page: { text_signature . page_number } " ) print..." ) print ( f "Page: { image_signature . page_number } " ) print...

    docs.groupdocs.com/signature/python-net/search-...
  7. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like Pages count, size, file type before editing it with GroupDocs.Editor for Java API....metainfo Leave feedback On this page This demonstration shows and...positive number, that returns page count for WordProcessing documents...

    docs.groupdocs.com/editor/java/extracting-docum...
  8. Indexing password protected documents | GroupDocs

    This article demonstrates that how to perform indexing of password protected documents....documents Leave feedback This page describes how to perform indexing...password dictionary see the page in the [Managing dictionaries](https://docs...

    docs.groupdocs.com/search/net/indexing-password...
  9. Technical Support | GroupDocs

    GroupDocs.Merger for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Support Leave feedback On this page GroupDocs provides unlimited...a separate thread. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/python-net/technical-...
  10. Using OCR to extract a text from images and PDF...

    GroupDocs.Parser provides API to extract a text from image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....Basics Use OCR Connector Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/using-ocr/