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 AdvancedUsage....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
How to install and run GroupDocs.Markdown for Python via .NET on Linux, macOS, and in Docker containers....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Free conversion API version for Node.js developers is available to evaluate the API which will be similar to licensed version but with few limitations....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Python via .NET API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive.
AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties
Encoding encoding = Encoding....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...