I need your help on creatring PDF reports in my project. I have a
JSP, which has sevaral links such as " Customers visited today" and Customers visited in the month" etc. Upon clicking the links, the JSp should fetch the data from the database and put them in printable PDF document, so that the user can view the report as well as print the report.
Basically , the report need to be genearated in PDF format.
Could u please help me with different ways to achieve this...