Printer friendly reports from JSP page.
I need a
suggestion on how to go about creating a printer friendly report.
Scenario:
Ours is a Java based web applicaton. For Every webpage we need a printer friendly version in PDF format. We acheive this for most of the web pages
by passing the parameters from the particular (JSP) page to the
crystal report template. The report template is prepared in such
a way that it fetches all the details that are shown in the report, from
the database by establishing a connection.
Problem is for the pages for which data is not available in the database.
In this pages, Data is something which is calculated based on the user
input.
Are there any ways of passing java objects such as beans to crystal reports. Any suggestions are welcome.
|