This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Parser Product Solution GroupDocs.Watermark 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 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Spreadsheet format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Excel Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS Excel 2013.
Add a new Workbook. Select the range of cells that you want to include in the table....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This section describes how to get started with GroupDocs.Conversion for Python via .NET library in order to convert files...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...