Learn how to load template documents from file paths and streams for document assembly in .NET applications....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Round-trip a document through HTML so a web editor can change it, then save it back with GroupDocs.Total for .NET — runnable C# examples with downloadable files....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Find the differences between two versions of a document from GroupDocs.Total for Node.js via Java, list every change, and accept or reject them — runnable JavaScript examples with downloadable files....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Spreadsheet Document 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 with Highlighted Rows in Microsoft Excel Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS Excel 2013....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Java....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
This article gives the knowledge that how to search by date with date range search....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...
This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor for Python via .NET....Viewer Product Solution GroupDocs.Markdown 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....Viewer Product Solution GroupDocs.Markdown Product Solution GroupDocs...