I'm generating some PDF files using Apache FOP v0.94.
Can you please tell me how to set the PDF Document Properties like Title, Author, Keywords etc programmatically?
Googled a bit but didn't get any useful information.
Thanks in advance...
See also: - http://xmlgraphics.apache.org/fop/0.95/embedding.html#user-agent - http://xmlgraphics.apache.org/fop/0.95/metadata.html
See here and here.
It says you should use iText for post processing.