Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
In this article, you will learn how to convert GIS formats to other formats or another GIS format with GroupDocs.Conversion for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java....Close Navigation Products GroupDocs.Total 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....Find Answers by API GroupDocs.Total 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....Find Answers by API GroupDocs.Total Product Family 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#....Find Answers by API GroupDocs.Total Product Family GroupDocs...
In this topic, we will provide you guide on how to add text signature to DOCX using Java. We will also supply code example to insert text signature to DOCX in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...
Quickly learn how to sign XLSX with QR Code using Java. We will also provide a code example to create QR Code in XLSX using Java without installing extra software....Find Answers by API GroupDocs.Total Product Family GroupDocs...