Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
This article explains how to handle ID3v1 tag....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
Learn how to convert MSG to MHTML using Node.js in a few simple steps. This guide also shows how to export MSG to MHTML in Node.js using an efficient conversion APIs....Redaction Product Family Convert MSG...Node.js by utilizing a robust document conversion APIs designed for...
Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats 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 JPEG image....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software....Redaction Product Family Create Search...and the number of matched documents. These reports are particularly...
This article provides a detailed guide on how to extract barcode from PDF in C#, featuring a code example to help you efficiently scan barcode from PDF using C#....Redaction Product Family Scan Barcode...Scanning barcodes from PDF documents can significantly streamline...
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....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
This page contains release notes for GroupDocs.Assembly for .NET 17.11. Major Features This release of GroupDocs.Assembly comes up with several new features to dynamically manipulate non-textual Document elements.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-43 Support dynamic insertion of images for email messages with HTML body Feature ASSEMBLYNET-47 Add ability to remove selective chart series dynamically Feature ASSEMBLYNET-50 Support dynamic generation of Codablock F barcodes Feature ASSEMBLYNET-51 Support dynamic generation of GS1 Codablock F barcodes Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Redaction Product Solution GroupDocs...dynamically manipulate non-textual document elements. Full List of Features...
What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files.
The following are the steps to read native EPUB metadata.
Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...