Is it possible to specify the metadata in PDF's made with XeTeX?
Here's an example of the type of metadata I'd like to set (and a speculative form for XeTeX):
\pdfinfo
{ /Title (My Masterpiece)
/Author (YourName)
/CreationDate (D:YYYYMMDDhhmmss) % this is the format used by pdf for date/time
/Subject (...)
/Keywords (...)
}
While it's clearly possible to do precisely this with pdfTeX, the following link suggests it's not possible with XeTeX: pdfauthor, pdftitle etc. in XeTeX.
I'd be grateful for thoughts and feedback.