I was wondering if it's possible to grab specific fields from the XMP metadata and insert them into a dynamic stamp.
For example, I can access the "Title" field from the standard PDF metadata via JavaScript using:
Code: Select all
console.println(this.info.Title);Code: Select all
console.println(this.metadata);Code: Select all
[XMP-fx] Document Type : INVOICE
[XMP-fx] Document File Name : factur-x.xml
Thanks!