This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...resources GitHub examples You may easily run the code above and...
This article shows how to handle search queries if they contain special characters and separator characters....resources GitHub examples You may easily run the code from documentation...
This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....resources GitHub examples You may easily run the code from documentation...
This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article shows how to handle search queries if they contain special characters and separator characters....resources GitHub examples You may easily run the code from documentation...
Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....resources GitHub examples You may easily run the code above and...
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....resources GitHub examples You may easily run the code above and...