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 that how to extract formatted text from document page....Annotation Product Solution GroupDocs...documentInfo . PageCount ; p ++) { // Print a page number Console . WriteLine...
Search a keyword in emails using Search method...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...
Learn how to extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....Annotation Product Solution GroupDocs...parser . features . images : print ( "Document doesn't support...
This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with Barcode "...
This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...result . updated_count > 0 : print ( f "Signature with text ' {...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...digital_signature ) if result : print ( f "Digital signature with...
This article explains that how to extract barcodes from document page....Annotation Product Solution GroupDocs...barcode in barcodes ) { // Print the page index Console . WriteLine...
Learn how to extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....Annotation Product Solution GroupDocs...documentInfo . PageCount ; p ++) { // Print a page number Console . WriteLine...
Inspect, modify, and remove shapes in Excel documents using Python via .NET....Annotation Product Solution GroupDocs...iterates all worksheets and prints shape metadata, text, positioning...