使用 JSF 中的 Tomahawk 将网页数据转换为 PDF 格式?
我是 JSf 和 Tomahawk 技术的新手。在应用程序中,我有一个数据表,我想使用 Tomahawk
和 SandBox
单击按钮将数据表中的信息存储为 PDF 格式。请帮忙。
i am a newbie to JSf
and Tomahawk Technology. In application i am having a datatable, i want store the information from he data table into a PDF format on a click of a button using Tomahawk
and SandBox
.Kindly Help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
更好的是,使用 JasperReports。它在后台使用 iText 将报告导出为 PDF。
Even better, use JasperReports. It uses iText behind the scene to export reports to PDF.
为此,您可能需要 iText。
另请参阅此 - http://www.junlu.com/msg/281869.html
You may need iText for this.
Also see this - http://www.junlu.com/msg/281869.html
正如您所提到的,您正在使用沙箱,请使用沙箱中的
exporterActionListener
组件将数据从数据表导出到 PDF。您需要 itext-0.99.jar 使用相同版本代码示例
As you have mentioned you are using sandbox, use
exporterActionListener
component in the sandbox to export the data from data tabel into PDF. You need the itext-0.99.jar use the same versionCode sample