Note This page contains release notes for GroupDocs.Search for .NET 18.5. Major Features There are 3 enhancements in this regular monthly release:
Implement searching by parts Implement ability to specify the number of searching threads Add SearchingTime field to SearchResults All Changes Key Summary Category SEARCHNET-1207 Implement searching by parts Enhancement SEARCHNET-1502 Implement ability to specify the number of searching threads Enhancement SEARCHNET-1551 Add SearchingTime field to SearchResults Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
free metadata api version is available to evaluate the API which will be similar as licensed but with few limitations....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
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....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
This article gives the knowledge that how to search by date with date range search....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
This article gives the knowledge that how to search by date with date range search using Java search API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
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...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...