Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 781 for

printing annotations

(1.48 sec)
  1. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Annotation Product Solution GroupDocs...output_path ) converted += 1 print ( f " OK: { filename } " ) except...

    docs.groupdocs.com/markdown/python-net/batch-co...
  2. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Annotation Product Solution GroupDocs...get_document_info () print ( f "File type: { info . file_type } " ) print ( f...

    docs.groupdocs.com/redaction/python-net/get-fil...
  3. Search for Digital e-Signatures | GroupDocs

    This article explains how to search for digital electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...# Process found signatures print ( f "Found { len ( result )...

    docs.groupdocs.com/signature/python-net/search-...
  4. Removing metadata | GroupDocs

    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...
  5. Verify Text Signatures in Document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...options ) if result . is_valid : print ( "Document was verified successfully...

    docs.groupdocs.com/signature/python-net/verify-...
  6. Working with Containers | GroupDocs

    Handle nested attachments, archives, and email stores with GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs...import UnsupportedDocumentF def print_text ( item_path , parser ):...

    docs.groupdocs.com/parser/python-net/working-wi...
  7. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Python applications....Annotation Product Solution GroupDocs...x . extension ): print ( file_type ) print ( " \n Supported file...

    docs.groupdocs.com/comparison/python-net/get-su...
  8. Search for Image e-Signatures | GroupDocs

    This article explains how to search for image electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...# Process found signatures print ( f "Found { len ( result )...

    docs.groupdocs.com/signature/python-net/search-...
  9. Extract text in Accurate mode | GroupDocs

    Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for Python via .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats....Annotation Product Solution GroupDocs...supported if text_reader is None : print ( "Text extraction isn't supported"...

    docs.groupdocs.com/parser/python-net/extract-te...
  10. Verify QR Code Signatures in Document | GroupDocs

    This topic explains how to verify QR Code electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...options ) if result . is_valid : print ( "Document was verified successfully...

    docs.groupdocs.com/signature/python-net/verify-...