jobinbasani
jobinbasani

Reputation: 2141

Set PDF title with Java and FOP

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

Upvotes: 1

Views: 2887

Answers (2)

michael.kebe
michael.kebe

Reputation: 11085

See here and here.

It says you should use iText for post processing.

Upvotes: 0

Related Questions