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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article describes a stepwise procedure to convert MD to PDF in C# with simple API calls and guides you on how to create code to export MD file to PDF using C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
Let's get familiar with a step-by-step process to convert EPUB to PDF using Java with simple API calls and review a sample code to convert EPUB file to PDF in Java....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
In this topic, you will get help on how to sign XLSX with digital signature using C#. Also, code example will be supplied to create digital signature in XLSX using C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This article is crafted to guide you on how to add distance annotation to JPG using Java, providing detailed steps to insert distance annotation to JPG in Java....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This article is designed to assist you how to add distance annotation in JPG using C# along with comprehensive steps to insert distance annotation to JPG in C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
Do you want to convert Word Document to Image in Java with a few lines of code? If so, review this guide and learn how to develop the DOCX to Image Java capability....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This article provides step-by-step guide on how to add point annotation in PDF using Java. It also includes code example to insert point annotation to PDF in Java....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...