XmpParser
Overview
XmpParser is a class in Aspose.PDF FOSS for Java.
Parses XMP XML (ISO 16684-1) into an internal property map.
This class provides 1 method for working with XmpParser objects in Java programs.
Available methods include: parse.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
parse(data: byte[], registry: XmpNamespaceRegistry) → Map<String, XmpProperty> | Parses XMP XML bytes into a property map and populates the namespace registry. |