PDA

View Full Version : Spring MVC : PDF generation of JSP page



andrew222
March 16th, 2010, 04:54 PM
I am looking for a solution to generate a PDF from output that we get from a JSP. We are using Spring MVC and using Spring binding tags and JSTL in JSP's.

I do not want to re-do anything in the presentation and want to use a print-preview page into PDF.

Has anyone using Spring MVC implemented a solution to generate a PDF file from output of a JSP page? If so, i would like to know about it....