This page contains release notes for GroupDocs.Assembly for .NET 17.1.0 Major Features Extended abilities of working with tables of external documents as data sources for all supported file formats.
Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-26 Add ability to load multiple DocumentTable objects from a single file as a single operation Feature ASSEMBLYNET-27 Add ability to define relations between DocumentTable instances loaded from a single document Feature ASSEMBLYNET-28 Add ability to change automatically detected types of DocumentTable columns Feature ASSEMBLYNET-29 Add ability to use template syntax for related DataTable objects regardless of relation direction Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Products All Products GroupDocs.Total Product Family GroupDocs...
Note This page contains release notes for GroupDocs.Annotation for .NET 16.10.0 Major Features Below the list of improvements fixes and new features in this regular monthly release of GroupDocs.Annotation for .NET. The most notable are:
Implemented following for slides documents: Point annotation Area annotation Resource Redaction annotation Arrow annotation TextField annotation Polyline annotation Watermark annotation Show and store annotation author when export annotation for PDF documents Full List of Issues Covering all Changes in this Release Key Summary Category ANNOTATIONNET-282 Implement Watermark annotation for Slides format New Feature ANNOTATIONNET-276 Implement Area annotation for Slides format New Feature ANNOTATIONNET-275 Implement Arrow annotation for Slides format New Feature ANNOTATIONNET-273 Implement Text Field annotation in Slides document New Feature ANNOTATIONNET-272 Implement Polyline annotation for Slides format New Feature ANNOTATIONNET-271 Implement Point annotation for Slides format New Feature ANNOTATIONNET-266 Show and store annotation author when export annotation for PDF documents Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Close Navigation Products GroupDocs.Total Product Family 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...