Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 745 for

printing annotations

(0.16 sec)
  1. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...size () > 0 ) { System . out . print ( "\nTrying to update all signatures...

    docs.groupdocs.com/signature/java/updating-mult...
  2. Subscribing for signing process events | GroupDocs

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Annotation Product Solution GroupDocs...ProcessStartEventArg args ) { System . out . print ( "Sign process started at "...

    docs.groupdocs.com/signature/java/subscribing-f...
  3. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class....Annotation Product Solution GroupDocs...instanceof PageTextArea ) { // Print the field value System . out...

    docs.groupdocs.com/parser/java/working-with-dat...
  4. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...isValid ()) { System . out . print ( "\nDocument was verified successfully...

    docs.groupdocs.com/signature/java/verify-text-s...
  5. Get supported file formats | GroupDocs

    This article shows how to check supported file formats....Annotation Product Solution GroupDocs...following example shows how to print all the supported file types:...

    docs.groupdocs.com/parser/java/get-supported-fi...
  6. Load Options | GroupDocs

    Open password-protected files and streams using load options in GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs...reader = parser . get_text () print ( reader if reader else "Text...

    docs.groupdocs.com/parser/python-net/load-options/
  7. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....Annotation Product Solution GroupDocs...size () > 0 ) { System . out . print ( "Following QR-Code signatures...

    docs.groupdocs.com/signature/java/delete-signat...
  8. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the document...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the section System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...PageCount ; pageIndex ++) { // Print a page number Console . WriteLine...

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