Note This page contains release notes for GroupDocs.Parser for .NET 17.7.0 Major Features There are the following features in this release:
Implement the ability to extract a text from pdf portfolios Implement IContainer interface support for email text extractors Implement the support for DOT files Implement IPageTextExtractor interface All Changes Key Summary Issue Type TEXTNET-628 Implement the ability to extract a text from pdf portfolios New feature TEXTNET-648 Implement IContainer interface support for email text extractors New feature TEXTNET-650 Implement the support for DOT files New feature TEXTNET-666 Implement IPageTextExtractor interface New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Parser Product Solution GroupDocs.Watermark 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This guide steps through integration process of GroupDocs.Viewer.UI in ASP.NET Core Web application...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...