views:

243

answers:

4

Hi Friends, I am Shrikant. I am facing the problem of JSP to PDF Conversion.Here I am developing an web application in which their is a functionality SAVE AS PDF. When we click on that button or link i want to convert JSP pages to PDF format.

    Eagerly waiting for your help.If you have any ideas please suggest me.
+1  A: 

Have a look at the iText library.

kgiannakakis
+1  A: 

Or, if your data is XML, use XSL-FO to generate the PDF.

duffymo
A: 

Or use JasperReports

Keeper
A: 

There are PDF drivers available that you could use to provide this functionality. PDF995 is one that comes to mind.

Francois Gravel