This article explains how to implement custom serialization for QR-code electronic signatures....Editor Product Solution GroupDocs.Merger 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Metadata for .NET 20.10 Major Features There are the following features, enhancements and fixes in this release:
Implement the ability to work with repeatable IPTC properties Implement the ability to generate image previews for EPUB files Implement the ability to generate image previews for supported CAD formats Implement the ability to preview EML and MSG files Exception: Could not read the PSD file Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2639 Implement the ability to work with repeatable IPTC properties Improvement METADATANET-3547 Implement the ability to generate image previews for EPUB files Improvement METADATANET-3546 Implement the ability to generate image previews for supported CAD formats Improvement METADATANET-3553 Implement the ability to preview EML and MSG files Improvement METADATANET-3280 Exception: Could not read the PSD file Bug Public API and Backward Incompatible Changes Implement the ability to work with repeatable IPTC properties This improvement allows the user to add multiple datasets with the same number to an IPTC record...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Redaction for Java 20.11 Major Features There are the following improvements in this release:
Ability to save Redaction Policy to an XML file Built-in support for plain text format (previously was an example) Support for HTML documents and Markdown files Improve PDF preview generation Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-107 Saving RedactionPolicy.xml file Improvement REDACTIONJAVA-108 Add support for HTML documents and Markdown files Improvement REDACTIONJAVA-109 Add built-in support for plain text format Improvement REDACTIONJAVA-110 Improve PDF preview generation Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Note NOTE: Java 7 will not be supported since the next release of GroupDocs.Signature for Java. Supported versions are Java 8 and above. Note This page contains release notes for GroupDocs.Signature for Java 22.2 Major Features This release contains new features with Pdf and Spreadsheet documents processing, new method with Image signatures and enhancements with customizing Digital Signature appearance. Also this update contains few fixed issues with document processing. Below the list of most notable changes in release of GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article shows how to implement one or several interfaces for the document's features and required redaction....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Numbered List in Email Document Creating a Numbered List Practicing the following steps you can create Numbered List Template in MS Outlook 2013.
Create a new Email. Write a sentence like “We provide support for the following clients:”. Start numbered list. Save the template. Reporting Requirement As a report developer, you are required to represent the following key requirements:...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Editor Product Solution GroupDocs.Merger 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...