Note This page contains release notes for GroupDocs.Parser for Java 20.6 Major Features There are the following improvements in this release:
Implement the API to extract data from documents Implement the ability to detect media types for Zip container Improve the performance of PDF raw text extraction Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1394 Implement the API to extract data from documents Feature PARSERNET-1187 Implement the ability to detect media types for Zip container Feature PARSERJAVA-174 Improve the performance of PDF raw text extraction Improvement Public API and Backward Incompatible Changes Implement the ability to detect media types for Zip container Description This feature provides the functionality to detect a file type of container items....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Metadata for .NET 19.11 Major Features Warning In this version we’re introducing a new public API which was designed to be simple and easy to use. For more details about the new API please check the Public Docs section. The legacy API have been moved to the Legacy namespace so after update to this version it is required to make project-wide replacement of namespace usages from GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Watermark for .NET 18.1. Major Features There are the following features and enhancements in this release:
Ability to edit PowerPoint document objects that can be considered as watermark Ability to edit Visio document objects that can be considered as watermark Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-713 Implement ability to edit PowerPoint document objects that can be considered as watermarks New Feature WATERMARKNET-714 Implement ability to edit Visio document objects that can be considered as watermarks New Feature 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...
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 the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
The article describes how to show AutoCad Drawings preview in Kotlin Compose application using GroupDocs.Comparison...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...