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....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
For all Supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME Type, byte order, etc. Please see the code snippet below for more information on the feature.
Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Convert CAD Files (DWG, DGN, DXF) to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Convert archive Files (ZIP, RAR, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This topic describes how to use the GroupDocs.Viewer Java API to convert CAD Files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This article explains how to add Barcode signature on document page with various options like barcode Type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This topic describes how to install GroupDocs.Viewer for Java....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...