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....Comparison Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...
The page describes how to add the GroupDocs.Annotation library to your .NET project....Comparison Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...
Learn how to load and convert 3D model documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs... U3D, and other 3D modeling file formats. The following options...
Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....Comparison Product Family GroupDocs...content is then written to a file, making it accessible for further...
Add watermarks to a PDF as XObjects, Artifacts, or Annotations — including print-only annotations — using GroupDocs.Watermark for Python via .NET....Comparison Product Solution GroupDocs...and logo.png are the sample files used in this example. Download...
This article explains how to sign document with Royal Mail Mailmark 2D Barcode electronic signatures...Comparison Product Solution GroupDocs...mailmark2D }; // sign document to file var signResult = signature ...
Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Comparison Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...
This is an overview of GroupDocs.Merger for Java library features and capabilities...Comparison Product Solution GroupDocs...information about source document - file type, size, pages count, page...
This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....Comparison Product Solution GroupDocs...MS" } }; // sign document to file signature . Sign ( "sample_signed...
This article explains how to fill signature background with radial gradient brush...Comparison Product Solution GroupDocs...Image ); // sign document to file SignResult signResult = signature...