To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata:
Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email:
Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of Document metadata objects; Iterate through the collection and get metadata names and values....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...method and obtain collection of document metadata objects; Iterate...
How to extract table of contents from EPUB e-books getToc method is used....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extraction isn’t supported for the document. For example, table of contents...
This article shows how to to extract data from Microsoft Office Excel spreadsheets....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Template Open Document Spreadsheet OTS Open Document Spreadsheet...
To extract table of contents from EPUB e-books GetToc method is used....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extraction isn’t supported for the document. For example, table of contents...
To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire Document or a text from the selected page. Raw mode is not supported for EPUB....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extract a text from the entire document or a text from the selected...
To extract metadata from EPUB e-books GetMetadata method is used...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...method and obtain collection of document metadata objects; Iterate...
Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects.
Here are the steps to extract an attachment text from PDF Portfolios:
Instantiate Parser object for the initial Document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the Document); Iterate through the collection and get container item names, sizes and obtain content....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...formats / Extract data from PDF documents / Extract attachments from...
From : Aspose Subject: Spotlight on Aspose.Cells and news from Aspose, February 2016 From : campaign Subject: Spotlig...... See Documentation . Create, Edit and Convert...dynamically generate forms and documentation for a system that manages...
Prepare PDF, Word, and Excel Documents as Markdown for retrieval-augmented generation with LLMs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...Convert documents for RAG pipelines Convert documents for RAG...
To extract a text from emails getText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails.
Here are the steps to extract a text from an email:
Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extract a text from the entire document. Pagination and raw mode is...