Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 706 for

printing annotations

(0.2 sec)
  1. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Annotation Product Solution GroupDocs...result_document . changes : print ( " \033 [92mSource text: \033...

    docs.groupdocs.com/comparison/python-net/get-re...
  2. Extract barcodes from document | GroupDocs

    This article explains that how to extract barcodes from documents....Annotation Product Solution GroupDocs...PageBarcodeArea barcode : barcodes ) { // Print the page index System . out...

    docs.groupdocs.com/parser/java/extract-barcodes...
  3. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Annotation Product Solution GroupDocs.... save ( stream_out , ro ) print ( f "Document redacted successfully...

    docs.groupdocs.com/redaction/python-net/save-to...
  4. Use redaction callback | GroupDocs

    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...
  5. Update Barcode Signatures in Document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...result . updated_count > 0 : print ( f "Signature with barcode...

    docs.groupdocs.com/signature/python-net/update-...
  6. Delete Image signatures from documents | GroupDocs

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...image_signature ) if result : print ( f "Image signature at location...

    docs.groupdocs.com/signature/python-net/delete-...
  7. Evaluation Limitations and Licensing | GroupDocs

    GroupDocs.Assembly for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Annotation Product Solution GroupDocs...license_path ) print ( "License set successfully." ) else : print ( " \n...

    docs.groupdocs.com/assembly/python-net/evaluati...
  8. Subscribing for search process events | GroupDocs

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

    docs.groupdocs.com/signature/java/subscribing-f...
  9. Subscribing for verification process events | G...

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

    docs.groupdocs.com/signature/java/subscribing-f...
  10. Update watermarks | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....Annotation Product Solution GroupDocs...watermarker . search ( criteria ) print ( "Found" , possible . count...

    docs.groupdocs.com/watermark/python-net/basic-u...