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...
This article explains that how to extract formatted text from document page....Annotation Product Solution GroupDocs...getPageCount (); p ++) { // Print a page number System . out ...
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...
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...
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...
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...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...deleteResult ) { System . out . print ( "Digital signature #" + digitalSignature...
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 "...
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...
Extract text from emails using GetText method....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the email Console...