This article gives the knowledge of the creation of faceted search queries using Java search API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Convert Outlook (PST/OST) files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article demonstrates how to convert a file from a stream using GroupDocs.Conversion for Python via .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...