Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....NET library we provide simple, but powerfull...
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:...NET library we provide simple, but powerful...
To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote.
Here are the steps to extract a text from Microsoft OneNote Section:
Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....NET library we provide simple, but powerful...
This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....NET library we provide simple, but powerful...
This article shows how to add metadata signatures to the image exif metadata layer with various data types...with the full-featured Python library, we provide simple but powerful...
This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....NET library we provide simple, but powerful...
GroupDocs.Parser allows you to extract emails from remote servers and data from the emails. It supports POP, IMAP and EWS protocols....NET library we provide simple, but powerful...
This article explains how to search for image electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Apps Along with full Python library we provide simple but powerful...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....NET library we provide simple, but powerful...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps to read the header of an AVI file.
Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Along with full featured Java library we provide simple, but powerful...