how to create a pdf dynamically in jsp?

hi, i would like to is it posiible to create PDF files dynamically from jsp page.like online application form where applicant's name will dynamically coms into pdf file.help me out...thanks,kishore.
[241 byte] By [k_b_konuri] at [2007-9-26 2:51:54]
# 1
The following site has free java libraries to write pdf files. There is a tutorial to how to do it. http://www.lowagie.com/iText/
vivekR at 2007-6-29 10:39:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

what I have done is use XML and XSL to transform XML into a pdf dynamically using Coccoon. It has worked great for me.

I got started using the O'Reilly Java and XML book, which did a great job of walking through it.

The code for the book is online at http://examples.oreilly.com/javaxml/

and you can find more info on Cocoon etc. at http://xml.apache.org. If you decide to go down that path and have more questions let me know!

Anne

dirkse at 2007-6-29 10:39:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...