up vote 0 down vote favorite
share [g+] share [fb]

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...

link|improve this question

72% accept rate
feedback

2 Answers

up vote 2 down vote accepted

See also: - http://xmlgraphics.apache.org/fop/0.95/embedding.html#user-agent - http://xmlgraphics.apache.org/fop/0.95/metadata.html

link|improve this answer
Set the user agent properties as mentioned in xmlgraphics.apache.org/fop/0.95/embedding.html#user-agent and it works! – whoopy_whale Oct 21 '09 at 15:22
feedback

See here and here.

It says you should use iText for post processing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.