This article explains that how to extract formatted text from document page....Annotation Product Solution GroupDocs...documentInfo . PageCount ; p ++) { // Print a page number Console . WriteLine...
To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects.
Zip Entry can contain the following metadata:
Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document.
Here are the steps to extract an email text from Zip archives:...Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...
This article explains how to update Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with Text '" +...
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....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...
This article explains how to fill signature background with texture brush...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...
Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs..."InvoiceNumber" ] . page_area . text print ( f "Invoice number: { invoice_number...
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 search text from PDF documents...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...
This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...loadOptions ); System . out . print ( "Document loaded successfully...
This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...