Shrikant
Shrikant

Reputation:

JSP to PDF Conversion

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

Upvotes: 1

Views: 7248

Answers (4)

Francois Gravel
Francois Gravel

Reputation: 471

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

Upvotes: 0

Keeper
Keeper

Reputation: 3566

Or use JasperReports

Upvotes: 0

duffymo
duffymo

Reputation: 309008

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

Upvotes: 1

kgiannakakis
kgiannakakis

Reputation: 104196

Have a look at the iText library.

Upvotes: 2

Related Questions