Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a PSD image. For more information on the Photoshop file format and Metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.
Load a PSD file Get the root Metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
Read, search and strip document Metadata from GroupDocs.Total for .NET — runnable C# examples with downloadable input and output files....Metadata Product Solution GroupDocs...Developer guide / Metadata Read and edit metadata with GroupDocs...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV Metadata.
Load an MKV video Get the root Metadata package Extract the native Metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska Metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (MetadataMetadata = new Metadata(Constants.InputMkv)) { var root = Metadata.GetRootPackage(); // Read the EBML header Console....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
Detect and report Metadata changes between document versions using GroupDocs.Metadata for Node.js....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Node...
To extract Metadata from PDF documents getMetadata method is used. This method allows to extract the following Metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Metadata Product Solution GroupDocs...Extract metadata from PDF documents Extract metadata from PDF...
This article explains that how to extract Metadata from EPUB e-books getMetadata method is used....Metadata Product Solution GroupDocs.../ Extract metadata from EPUB eBook Extract metadata from EPUB...
This article explains how to create encrypted Metadata electronic signature with GroupDocs.Signature API...Metadata Product Solution GroupDocs...document with secure custom Metadata signatures / Sign documents...
Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...
Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...
Follow this guide and learn how to set document Metadata when saving output document after files comparison within your Java applications....Metadata Product Solution GroupDocs...Set document metadata on save Set document metadata on save Leave...