Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 498 for

printing annotations

(0.09 sec)
  1. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Annotation Product Solution GroupDocs...description ) { System . out . print ( description . getRedactionType...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Annotation Product Solution GroupDocs...supported." ); return ; } // Print the document text using ( TextReader...

    docs.groupdocs.com/parser/net/logging/
  3. Subscribing for signing process events | Docume...

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Annotation Product Solution GroupDocs...ProcessStartEventArg args ) { System . out . print ( "Sign process started at "...

    docs.groupdocs.com/signature/java/subscribing-f...
  4. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Annotation Product Solution GroupDocs...getDocumentInfo (); System . out . print ( "Document properties " + filePath...

    docs.groupdocs.com/signature/java/obtain-docume...
  5. Search for Image e-signatures | Documentation

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...searchOptions ); System . out . print ( "\nSource document ['" + fileName...

    docs.groupdocs.com/signature/java/search-for-im...
  6. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...output_file_path ) # Print the result string print ( "Result string:...

    docs.groupdocs.com/comparison/python-net/load-t...
  7. Load document from local disk | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...filePath ); System . out . print ( "Document loaded from local...

    docs.groupdocs.com/merger/java/load-document-fr...
  8. Get supported file formats | Documentation

    This article shows how to check supported file formats....Annotation Product Solution GroupDocs...following example shows how to print all the supported file types:...

    docs.groupdocs.com/parser/java/get-supported-fi...
  9. Verify Text signatures in the document | Docume...

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...isValid ()) { System . out . print ( "\nDocument was verified successfully...

    docs.groupdocs.com/signature/java/verify-text-s...
  10. Advanced search for Image signatures | Document...

     This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...searchOptions ); System . out . print ( "\nSource document ['" + fileName...

    docs.groupdocs.com/signature/java/advanced-sear...