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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
rtf,Search in RTF Online,Merge RTF | GroupDocs.Merger for .NET | Documentation,Java RTF Comparison API - Compare RTF Files for Differences,RTF |... Rtf | GroupDocs.Annotation for .NET API Reference...
tiff,word to tiff,html to tiff,presentation to tiff,spreadsheet to tiff,email to tiff,Search in TIFF Online,Online TIFF Barcode Reader,TIFF | GroupDocs.Viewer... Tiff | GroupDocs.Annotation for .NET API Reference...
dotx,Search in DOTX Online,Merge DOTX | GroupDocs.Merger for .NET | Documentation,DOTX | GroupDocs.Viewer for .NET API Reference,Add Watermark to DOTX... Dotx | GroupDocs.Annotation for .NET API Reference...
Note This page contains release notes for GroupDocs.Viewer for .NET 20.2 Major Features There are 14 features, improvements, and bug-fixes in this release, most notable are:
Added support of retrieving an attachment file type Display folder name in the header when rendering archives Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-2318 Support retrieving an attachment file type Feature VIEWERNET-2323 Include folder name when rendering archive folders Feature VIEWERNET-2324 Recreate output files and resources instead of writing over Improvement VIEWERNET-8 Overlapping Characters in Safari for iOS Bug VIEWERNET-226 Files being created in Windows temp folder Bug VIEWERNET-257 Incorrect rendering of DWG file as image Bug VIEWERNET-1202 Invalid characters while viewing rendered HTML in IE Bug VIEWERNET-2175 STL file is rendered into blank HTML or image Bug VIEWERNET-2306 Issue in rendering/converting email attachments Bug VIEWERNET-2315 Getting evaluation message on second server even license is applied Bug VIEWERNET-2319 Archive file name is missing when passing file stream Bug VIEWERNET-2320 GetViewInfo hangs indefinitely Bug VIEWERNET-2321 ArchiveViewInfo shows that current folder is sub-folder of itself Bug VIEWERNET-2343 Document viewer size discrepancy Bug Public API and Backward Incompatible Changes In version 20....Viewer Product Solution GroupDocs.Annotation 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 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to use extended Digital electronic signatures options and adjustment on document page....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...