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.... More resources GitHub examples You may easily...
Convert assembled documents to different formats (e.g., DOCX to PDF, DOCX to HTML) during assembly.... More resources GitHub Examples You may easily...
Create numbered lists in documents by iterating over data collections and displaying items with numbers.... More resources GitHub Examples You may easily...
Zjistěte, jak využít GroupDocs.Metadata for Python via .NET k extrakci, aktualizaci a odstranění metadata ve svých aplikacích....jsou IPTC, XMP, EXIF a Image Resources. Správa metadata multimédií...
Objevte, jak využít GroupDocs.Metadata for Node.js k extrakci, aktualizaci a odstranění metadat ve vašich aplikacích....jsou IPTC, XMP, EXIF a Image Resources. Zpracování multimediálních...
Create bulleted lists in documents by iterating over data collections and displaying items as bullets.... More resources GitHub Examples You may easily...
Build documents from JSON data sources using JsonDataSource class to load and bind JSON data to templates in .NET applications.... More resources GitHub Examples You may easily...
This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....return template ; } More resources Advanced usage topics To learn...
This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....getDataFactor ()); } } } More resources GitHub Examples You may easily...
This article explains how to implement custom encryption for QR-code electronic signatures.... pdf , options ); More resources GitHub Examples You may easily...