Creating a PDF file from multiple web pages

Hi,

Ours is a quote creation application on web where the user has to input the data in several different screens (JSPs). And the final screen would be the pricing display. What i am trying to do now is to print or create a single PDF of all the pages that the user has traversed upto the pricing page. I am not sure how i will be able to do that. Can anyone suggest some ideas?

Thanks

Praveen

[418 byte] By [padala4ua] at [2007-11-27 6:10:16]
# 1
You can use some PDF library like iText or PDFBox ( http://www.pdfbox.org/#Features) for PDF creation.You can create the pages using these library and maintain the object state in session and eventually write using the library.
venkksa at 2007-7-12 17:15:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hiu can also use jasperReport and ireport which gives u a GUI interface to design reportsregards-venkat
noveleraa at 2007-7-12 17:15:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...