Export jsp table to pdf

Hi All, Does anyone has idea on how to export the records in a jsp table to pdf format?
[101 byte] By [sebas.navina] at [2007-11-27 6:08:21]
# 1

this is a basic example of having different "views". In one view you output your data to a html table. But now you want a different view in which the data is outputted as PDF. I would suggest looking into the package "itext", which you can find here. The website also has plenty of examples if you take the effort to look for them:

http://www.lowagie.com/iText/

gimbal2a at 2007-7-12 17:10:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
if you are planning to create more pdfs in your app/prj... means..better go with jasperReports (Open Source)... http://www.jasperforge.org
loguKKa at 2007-7-12 17:10:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...