To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects.
Outlook Storage item can contain the following Metadata:
Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files).
Here are the steps to extract an email text from outlook storage:...Metadata Product Solution GroupDocs...can contain the following metadata: Name Description date The...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Learn how to merge PDF files and combine them into one file programmatically...to find matches, retrieve metadata, or provide context about...
Add watermarks to specific Pdf pages, images, and attachments using GroupDocs.Watermark for Python via .NET....Metadata Product Solution GroupDocs...watermarks / To PDF documents Add watermarks to PDF documents Leave...
Learn how to extract text from Pdf documents using GroupDocs.Parser for .NET. Extract text from entire Pdf or specific pages with error handling. Includes Pdf text extraction library C# examples....Metadata Product Solution GroupDocs...Extract data from PDF documents / Extract text from PDF documents Extract...
To search a keyword in Pdf 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 Pdf 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....Metadata Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...
Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "[personal]" with "[personal]" Sample: [personal] Regular expressions redactions Behind the......its original format or as a PDF with raster images of original...pages 5. Wipe out metadata or redact metadata values 6. Remove...
This article explains that how to parse data from Pdf documents...Metadata Product Solution GroupDocs...Extract data from PDF documents / Parse data from PDF documents Parse...
This article explains that how to set page-level scope to Pdf redactions....Metadata Product Solution GroupDocs...redaction filters / Use PDF redaction filters Use PDF redaction filters...
This article explains that how to extract images from Pdf documents...Metadata Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...
The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types.
An example of obtaining a list of supported file types is presented below.
Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...