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 the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Create parent-child reports with nested data bands to display master records with their detail records....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Logging when converting documents with GroupDocs.Conversion for .NET...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps to read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...