Format numeric values, date-time values, and text strings in templates using format strings and functions....resources GitHub Examples You may easily run the code above and...
This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples....resources GitHub examples You may easily run the code from documentation...
This article gives the knowledge about phrase search definition as well as a phrase search description....resources GitHub examples You may easily run the code from documentation...
With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Viewer, may contain different scripts (and/or...
This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....resources GitHub Examples You may easily run the code above and...
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....resources GitHub examples You may easily run the code above and...
Convert assembled documents to different formats (e.g., DOCX to PDF, DOCX to HTML) during assembly....resources GitHub Examples You may easily run the code above and...