GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones.... More resources GitHub examples You may easily...
This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....pdf" , listOptions ); } More resources GitHub Examples You may easily...
This article explains how to sign document with MaxiCode barcode Symbology signatures...MaxiCodeMode2 >(); } More resources GitHub Examples You may easily...
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.... Text ); } } More resources GitHub Examples You may easily...
This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....AddSuffix = true }); }; } More resources Advanced usage topics To learn...
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.... getText ())); } } More resources GitHub examples You may easily...