XmpParser

Overview

XmpParser is a class in Aspose.Pdf FOSS for Java.

Parses XMP XML (ISO 16684-1) into an internal property map.

Methods

SignatureDescription
parse(data: byte[], registry: XmpNamespaceRegistry)Map<String, XmpProperty>Parses XMP XML bytes into a property map and populates the namespace registry.

See Also