I have noticed that Prince puts the contents of the XHTML title element into the PDF title metadata field, which is excellent.
However, I can't find a CSS rule with a special CSS property for setting metadata fields in the UA style sheet. Is there a way to assign the contents of an element to a PDF metadata field?
Something like:
.cover .author {
prince-pdf-meta: author content();
}
However, I can't find a CSS rule with a special CSS property for setting metadata fields in the UA style sheet. Is there a way to assign the contents of an element to a PDF metadata field?
Something like:
.cover .author {
prince-pdf-meta: author content();
}