Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 812 for

printing annotations

(1.5 sec)
  1. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....Annotation Product Solution GroupDocs...verify_options ) if result . is_valid : print ( " \n Document was verified...

    docs.groupdocs.com/signature/python-net/verify-...
  2. Extract images to files | GroupDocs

    Learn how to save extracted images to files using GroupDocs.Parser for Python via .NET. Save images in different formats with format conversion....Annotation Product Solution GroupDocs...supported if images is None : print ( "Image extraction isn't supported"...

    docs.groupdocs.com/parser/python-net/extract-im...
  3. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel....Annotation Product Solution GroupDocs...parser . features . hyperlinks : print ( "Document doesn't support...

    docs.groupdocs.com/parser/python-net/extract-hy...
  4. Search text in PDF documents | GroupDocs

    This article explains that how to search text from PDF documents...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  5. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-e...
  6. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs..."InvoiceNumber" ] . page_area . text print ( f "Invoice number: { invoice_number...

    docs.groupdocs.com/parser/python-net/working-wi...
  7. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Annotation Product Solution GroupDocs...Step 2: Print the self-contained Markdown output print ( markdown...

    docs.groupdocs.com/markdown/python-net/as-base6...
  8. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-en...
  9. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/composing-sig...
  10. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from document page....Annotation Product Solution GroupDocs...FormattedTextMode . Markdown ))) { // Print a formatted text from the document...

    docs.groupdocs.com/parser/net/markdown/