How do I export HTML content into PDF using JasperReports, I have a parameter which carries value of the type HTML, and I have to export the same to a pdf file, where the pdf has to parse the html content
| ||||
feedback
|
|
Ya.... Its possible to export html content by filling it with parameters and exporting it to PDF. refer these links for example : http://forums.sun.com/thread.jspa?threadID=766161 http://www.renzcentral.com/2010/01/25/sample-code-for-multiple-page-jasper-report/ http://www.renzcentral.com/2010/01/04/how-to-create-multiple-page-report-in-jasper-reports/ http://www.coderanch.com/t/63568/open-source/Creating-Data-Table-Jasper-Report | |||
|
feedback
|