Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Classification Product Solution Purchase...
Compose conversions with the FluentConverter API in GroupDocs.Conversion for .NET — entry-stage configuration, load and convert stages, page-by-page output, and document inspection....Classification Product Solution Purchase...
Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Classification Product Solution Purchase...
This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Python via .NET....Classification Product Solution Purchase...
This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Classification Product Solution Purchase...
This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Classification Product Solution Purchase...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Classification Product Solution Purchase...