0

I am completing an application using the ZK framework which runs under tomcat 7.0. It is basically a custom calculator which provides end users with total costs of items based on an input amount.

Could you please recommend me with the best solution to export the contents to PDF? is this possible? as a user will need to store the values in a PDF format on their machine. Roughly speaking I need to export the contents on screen into a PDF format and then download that onto a users machine.

Thank you

Have a nice day

1 Answers1

0

ZK provide very good integration with Jasper Report ,so here you can use jasper Report Integration with ZK. Now the question here how we can do this there are plenty of way like . Here you can check Create_a_Report_with_ZK_using_iReport_and_JasperReports

integrate-zk-with-jasper-report

integrate-dyanmic-jasper-reprot-with-zk

Note:- All this Example done for ZK EE.