This article explains how to implement custom encryption for QR-code electronic signatures....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
Convert documents quickly and learn how to convert Excel to CSV in C#. Examine the sample code to convert Excel to CSV in C# and modify it to fit your needs....Watermark Product Family GroupDocs.Merger...Install GroupDocs.Conversion for .NET package from the NuGet.org Use...
This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Watermark Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Basic usage...
This article explains how to add watermarks in word processing document....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
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....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
Learn this article to know how to get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for .net API....Watermark Product Solution GroupDocs...Family / GroupDocs.Editor for .NET / Developer Guide / EditableDocument...
With GroupDocs.Viewer for .net you can render documents to PNG and JPEG formats....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Developer guide / Render documents...
This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....Watermark Product Family GroupDocs.Merger...Install GroupDocs.Conversion for .NET from NuGet.org website in the...