Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8:
Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of GroupDocs.Editor for Node.js without third party software installed....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows:
<> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Follow this guide to learn how to edit text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Convert EBooks to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python. Learn how to render documents in various formats....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to implement custom encryption for QR-code electronic signatures....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...