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 ...
Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...save_options , compare_options ) print ( f " \n Documents compared...
Search a keyword in emails using Search method...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...
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...
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 create encrypted Metadata electronic signature with GroupDocs.Signature API...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...
This article explains that how to extract text in Raw mode....Annotation Product Solution GroupDocs...TextOptions ( true ))) { // Print a text from the document //...
To search a keyword in Microsoft Office Word documents 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 Microsoft Office Word document:
Instantiate Parser object for the initial document; 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 document....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...
This article explains that how to extract tables from document....Annotation Product Solution GroupDocs...through the collection and print table cells. The following example...