You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by amar bhatt <bh...@comcast.net> on 2002/10/25 21:07:12 UTC

document info


hello guys 
i have sucessfully converted .fo files to pdf files. this works like a 
charm.

i wanted to set the document info (ctrl D from acrobat reader) for the 
pdf file generated like title, author, creator, producer, created , 
modified ect.

thanking you


Re: document info

Posted by "J.Pietschmann" <j3...@yahoo.de>.
amar bhatt wrote:
> i wanted to set the document info (ctrl D from acrobat reader) for the 
> pdf file generated like title, author, creator, producer, created , 
> modified ect.

You'll have to postprocess the PDF with another tool.
The iText library
   http://www.lowagie.com/iText/
is commonly recommended. You can combine formatting and
postprocessing in one task if you wish.

J.Pietschmann