XmpWriter
Overview
XmpWriter is a class in Aspose.PDF FOSS for Java.
Serializes an XMP property map to UTF-8 XMP XML with packet wrapper (ISO 16684-1).
This class provides 1 method for working with XmpWriter objects in Java programs.
Available methods include: serialize.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
serialize(properties: Map<String, XmpProperty>, registry: XmpNamespaceRegistry) → byte[] | Serializes XMP properties to UTF-8 bytes with packet wrapper. |