简体   繁体   English

如何使用jasper从jsp以pdf格式生成报告

[英]how to generate a report from jsp in pdf format using jasper

In my application I can connect to a database and get an array resultset and using JSP code I can iterate through the array and can display the report in my webpage using HTML. 在我的应用程序中,我可以连接到数据库并获得数组结果集,并且可以使用JSP代码遍历该数组,并可以使用HTML在我的网页中显示报告。

I want that the generated report in my HTML webpage can be exported in PDF format and saved in some .pdf file. 我希望可以将HTML网页中生成的报告导出为PDF格式并保存为某些.pdf文件。

Please tell me how to implement such technique to implement such exporting technique. 请告诉我如何实施这种技术以实施这种出口技术。

You can use the PdfWriter class that comes with this package, which includes a quick tutorial from IBM on how to use it: 您可以使用此软件包随附的PdfWriter类,其中包括来自IBM的有关如何使用它的快速教程:

http://www.ibm.com/developerworks/opensource/library/os-javapdf/ http://www.ibm.com/developerworks/opensource/library/os-javapdf/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM