Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 618 for

printing annotations

(0.06 sec)
  1. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Annotation Product Solution GroupDocs...is_encrypted != True : print () print ( file ) specification...

    docs.groupdocs.com/metadata/python-net/removing...
  2. Deleting QR-code signatures - advanced | Docume...

    This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Annotation Product Solution GroupDocs... size ()) { System . out . print ( "All signatures were successfully...

    docs.groupdocs.com/signature/java/deleting-qr-c...
  3. Deleting Barcode signatures - advanced | Docume...

    This article shows how to delete Barcode electronic signatures different ways with GroupDocs.Signature API....Annotation Product Solution GroupDocs... size ()) { System . out . print ( "All signatures were successfully...

    docs.groupdocs.com/signature/java/deleting-barc...
  4. Extract barcodes from document | Documentation

    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...
  5. 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...
  6. Save to Stream | Documentation

    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...
  7. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  8. Search for Digital e-signatures | Documentation

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

    docs.groupdocs.com/signature/java/search-for-di...
  9. Loading specific file formats | Documentation

    Learn how to Load specific file formats....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print the document text // Markdown...

    docs.groupdocs.com/parser/net/loading-specific-...
  10. Extract Text from PDF using Python

    Learn how to extract Text from PDF using Python. This guide walks through setup and code needed to extract text from PDF in Python without installing extra software....Annotation Product Family GroupDocs...lines, words, and characters Print or process the extracted text...

    kb.groupdocs.com/viewer/python/extract-text-fro...