Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 706 for

printing annotations

(0.06 sec)
  1. Delete signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature_to_delete ) if result : print ( f "Signature of type { signature_to_delete...

    docs.groupdocs.com/signature/python-net/delete-...
  2. Extracting property values | GroupDocs

    Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...MetadataPropertyType . STRING : print ( prop . value . to_class (...

    docs.groupdocs.com/metadata/python-net/extracti...
  3. Search for Metadata e-signatures | GroupDocs

    This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-me...
  4. Search for Form Field e-signatures | GroupDocs

    This article explains how to search for Form Fields signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-fo...
  5. Attachments in PDF document | GroupDocs

    Work with PDF attachments: extract, add, remove, and search images using Python via .NET....Annotation Product Solution GroupDocs...every embedded file from a PDF, prints basic metadata (name, description...

    docs.groupdocs.com/watermark/python-net/attachm...
  6. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...getPageCount (); pageIndex ++) { // Print a page number System . out ...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Java applications....Annotation Product Solution GroupDocs...supported file formats and print them to the console. 'use strict'...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  8. 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...
  9. 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...
  10. 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...