This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....resources GitHub Examples You may easily run the code above and...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...
In this article, you will learn how to convert a video file to another video format with GroupDocs.Conversion for .NET....video file formats that you may have come across include AVI...
Create bulleted lists in documents by iterating over data collections and displaying items as bullets....resources GitHub Examples You may easily run the code above and...
This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....guides: GitHub examples You may easily run the code above and...
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....resources GitHub examples You may easily run the code above and...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....target operating system, user may replace the missing font onto...
This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....resources GitHub Examples You may easily run the code above and...