You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XMP metadata is used in PDFs for various purposes, including declaring
conformance to standards like PDF/A. Adding custom XMP metadata is
already supported by `pdf-core` but was not yet exposed in this library.
This commit adds first-class support for XMP fragments in the document
definition. Consumers can now provide an `xmpFragments` array of objects
with `namespaceUri`, `prefix`, and `unsafeInnerXML` properties to
`DocumentDefinition`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments