如何使用jasper以pdf格式从jsp生成报告 [英] how to generate a report from jsp in pdf format using jasper

查看:84
本文介绍了如何使用jasper以pdf格式从jsp生成报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用程序中,我可以连接到数据库并获取数组结果集并使用JSP代码我可以遍历数组并可以使用HTML在我的网页中显示报告。

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.

我希望HTML网页中生成的报告可以PDF格式导出并保存在.pdf文件中。

I want that the generated report in my HTML webpage can be exported in PDF format and saved in some .pdf file.

请告诉我如何实现这种技术实现这样的导出技术。

Please tell me how to implement such technique to implement such exporting technique.

推荐答案

你可以使用 PdfWriter 类这个软件包随附,包括IBM关于如何使用它的快速教程:

You can use the PdfWriter class that comes with this package, which includes a quick tutorial from IBM on how to use it:

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

这篇关于如何使用jasper以pdf格式从jsp生成报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆