We always keep on adding new features in our APIs for better user experience. Therefore, today we are proudly announcing version 17.12 of Groupdocs.Metadata for .NET API. Using the latest release, you can now remove **comments **in ZIPformat and read **thumbnail of JPEG **format from EXIF segment. We recommend you to download and use the latest version of the API.
Groupdocs.Metadata for .NET 17.12 - New Features Following are the new features introduced in version 17....12 of GroupDocs.Metadata for .NET API. Using the...latest version of the API. GroupDocs.Metadata for .NET 17.12 - New...
XMP data in Java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in XMP data in Java on Groupdocs Blog | Document Automation Solutions for .NET & Java De......XMP data in Java on GroupDocs Blog | Document Automation Solutions...content in XMP data in Java on GroupDocs Blog | Document Automation...
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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
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:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
XMP data in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in XMP data in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Jav......XMP data in CSharp on GroupDocs Blog | Document Automation Solutions...in XMP data in CSharp on GroupDocs Blog | Document Automation...
We are proudly announcing five enhancements and three bug fixes in the monthly release of Groupdocs.Metadata for .NET 18.9. Using the latest version, you can read and update common TIFF/EXIF tags in TIFF images. The memory consumption is now reduced for GIF format’s loading and saving Metadata. Additionally, Groupdocs.Metadata.Formats.Document.InspectionResult class XlsMetadata.ContentProperties property, and EpubFormat.GetImageCoverBytes method are now marked obsolete. We recommend you to install and use the latest version of the API....the monthly release of GroupDocs.Metadata for .NET 18.9 . Using...and saving metadata. Additionally, GroupDocs.Metadata.Formats.Document...
Follow this guide to learn how to edit Word documents using locale information and apply spell-checkers to document content written in different languages using Groupdocs.Editor for Node.js and Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
extract exif data in java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract exif data in java on Groupdocs Blog | Document Automation Solutions ......extract exif data in java on GroupDocs Blog | Document Automation...extract exif data in java on GroupDocs Blog | Document Automation...
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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...