This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Word Processing Document format based on the use case: Working with a Business Case. In-Table List With Alternate Content in Microsoft Word Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Word 2013.
Click the document where you want to add the table....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5:
The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for .NET....Comparison Product Solution GroupDocs.Signature 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....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...