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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article shows how to delete Barcode electronic signatures different ways with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...