Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 617 for

printing annotations

(0.04 sec)
  1. Subscribing for search process events | Documen...

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

    docs.groupdocs.com/signature/java/subscribing-f...
  2. Subscribing for verification process events | D...

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

    docs.groupdocs.com/signature/java/subscribing-f...
  3. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the presentation...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Verify Text signatures in the document | Docume...

    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 | Documentation

    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. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the e-book Console...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...getDocumentInfo (); System . out . print ( info ); Was this page helpful...

    docs.groupdocs.com/merger/java/get-document-inf...
  8. 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...
  9. 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...
  10. Extract hyperlinks from document page | Documen...

    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...