mhds
mhds

Reputation: 11

Generate PDF from JSP Page?

I have a JSP page that includes some components such as a table, images, etc.

I added a button to generate a PDF file from the current(this) page, but I didn't find any good solution for this. Any advice?

Upvotes: 0

Views: 1525

Answers (2)

VictorGram
VictorGram

Reputation: 2661

May use Big Faceless Pdf converter .

Upvotes: 0

Ivan Korneliuk
Ivan Korneliuk

Reputation: 349

We use wkhtmltopdf utility to convert html page to pdf.

Upvotes: 1

Related Questions