Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....(JPG, 795 KB) See also More resources GitHub examples You may easily...
This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method.... OutputJpeg ); } More resources GitHub examples You may easily...
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.... getText ()); } } } More resources GitHub examples You may easily...
Create email messages with dynamic subject, body, and recipients from data sources using templates.... More resources GitHub Examples You may easily...
This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....class should be used More resources GitHub Examples You may easily...
Dowiedz się, jak uzyskać listę używanych czcionek, określić lub zastąpić brakujące czcionki, wykluczyć czcionki...HTML document with embedded resources HtmlViewOptions viewOptions...
This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API.... getHeight ()); } } More resources GitHub Examples You may easily...