vote up 1 vote down star

Any clue about a good library to programmatically produce a PDF in Java, using a PDF as a template?

flag

2 Answers

vote up 6 vote down

try iText. It has many many goodies. There is also a book about it by Manning iText in Action

link|flag
+1 for iText in Action, great book – dfa Jun 12 at 9:43
And +1 for iText itself. – skaffman Jun 12 at 11:48
vote up 0 vote down

If you want to be able to edit the Text in the template, you should set up the template carefully and use forms for text content. You can't easily replace text in PDFs because they do not contain text structure.

There is a blog article highlighting some of the issues at http://pdf.jpedal.org/java-pdf-blog/bid/17370/Problems-editing-PDF-files

link|flag

Your Answer

Get an OpenID
or

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