Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 1,012 for

printing annotations

(0.05 sec)
  1. Search text in Emails | Documentation

    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...
  2. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....Annotation Product Solution GroupDocs...getPageCount (); p ++) { // Print a page number System . out ...

    docs.groupdocs.com/parser/java/extract-formatte...
  3. GroupDocs.Parser for Java 20.6 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for Java 20.6 Major Features There are the following improvements in this release: Implement the API to extract data from documents Implement the ability to detect media types for Zip container Improve the performance of PDF raw text extraction Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1394 Implement the API to extract data from documents Feature PARSERNET-1187 Implement the ability to detect media types for Zip container Feature PARSERJAVA-174 Improve the performance of PDF raw text extraction Improvement Public API and Backward Incompatible Changes Implement the ability to detect media types for Zip container Description This feature provides the functionality to detect a file type of container items....Annotation Product Solution GroupDocs...FileTypeDetectionMod . Default ); // Print the name and file type System...

    docs.groupdocs.com/parser/java/groupdocs-parser...
  4. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for .NET...Annotation Product Solution GroupDocs...file is encrypted List and print all supported file types Get...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  5. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Annotation Product Solution GroupDocs...viewer . view ( pdf_options ) print ( f " \n Source document rendered...

    docs.groupdocs.com/viewer/python-net/rendering-...
  6. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...( stream ); System . out . print ( "Document loaded from stream...

    docs.groupdocs.com/merger/java/load-document-fr...
  7. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...deleteResult ) { System . out . print ( "Digital signature #" + digitalSignature...

    docs.groupdocs.com/signature/java/delete-digita...
  8. Delete QR-code signatures from documents | Docu...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with QR-Code "...

    docs.groupdocs.com/signature/java/delete-qr-cod...
  9. Delete Image signatures from documents | Docume...

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Image signature at location...

    docs.groupdocs.com/signature/java/delete-image-...
  10. Extract text from Emails | Documentation

    Extract text from emails using GetText method....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the email Console...

    docs.groupdocs.com/parser/net/extract-text-from...