Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpComplexType...Returns string contained value in XMP format. (Overrides XmpMetadataContainer...
Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpTimecode...Returns string contained value in XMP format. (Inherited from XmpComplexType...
Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpMetadataContainer...GetXmpRepresentation Converts the XMP value to the XML representation...
A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and Xmp metadata....popular metadata standards: IPTC, XMP, EXIF, Image Resources Manipulating...
free metadata api version is available to evaluate the API which will be similar as licensed but with few limitations....properties can be read XMP API Only first 2 XMP schemes can be read...
On-premise Java API to set, process, search, extract, & remove metadata from audio, video, documents, spreadsheets, presentations, PDF files, diagrams, images....update XMP properties as well as add or update custom XMP package...
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....getImageWidth ())); } } } Working with XMP metadata GroupDocs.Metadata for...for Java allows managing XMP metadata in ASF files. For more...
Adds known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well....Xmp Namespaces GroupDocs.Metadata.Standards.Xmp XmpResourceEvent...Returns string contained value in XMP format. (Inherited from XmpComplexType...