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

printing annotations

(0.15 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. 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-...
  6. 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...
  7. 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...
  8. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...isValid ()) { System . out . print ( "\nDocument was verified successfully...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  9. Advanced search for QR-code signatures | GroupDocs

     This article explains how to provide advanced search for QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/advanced-sear...
  10. Extract hyperlinks from document page area | Gr...

    This article explains that how to extract hyperlinks from document page area....Annotation Product Solution GroupDocs...PageHyperlinkArea h in hyperlinks ) { // Print the hyperlink text Console ...

    docs.groupdocs.com/parser/net/extract-hyperlink...