Java Editor class library to edit, single or multi-lingual documents in pageless or paged editing mode, detect email addresses & URIs, set language & locale....97 KB GroupDocs.Total GroupDocs.Editor API on...
Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....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....Products All Products GroupDocs.Total Product Family GroupDocs...
In the article is written about spotting the difference of two AutoCad drawings (DWG)...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains how to adjust output image size when rendering CAD drawings with GroupDocs.Viewer within your .NET applications....Products All Products GroupDocs.Total Product Family GroupDocs...
Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own database (MS SQL Server local OR Remote) tables, views and also with custom query....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article describes the search options that can be specified in an instance of the SearchOptions class....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
You will find how you can use GroupDocs.Comparison for Java inside your production when comparing Text, Word and PDF files to see the differences. Look at file comparison sensitivity configuration and other use cases of the GroupDocs.Comparison API...Close Navigation Products GroupDocs.Total Product Family GroupDocs...