如何在 GXT/GWT 中生成 pdf?
我正在使用 GWT/EXTGWT。单击提交按钮后,我从数据库获取记录列表。我需要将它们导出为pdf。请建议我该怎么做? 如果要导出的数据较多,则应导出到多个页面。
谢谢!
i am using GWT/EXTGWT. on click of submit button i get list of records from db. i need to export them to pdf. please suggest me how to do this?
if data to be exported is more then that should be exported to multiple pages.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了您有一个基于 GWT 的应用程序这一事实之外,这里几乎没有关于 GWT 的上下文。您真正需要的是一个根据给定数据生成 PDF 的工具。
有许多可用的主机:
显然,iText 是最广为人知和最成功的一个!这是一个很好的教程 - http://www.vogella.de/articles/JavaPDF/article。 html
There's little in context of GWT here, apart from the fact that you have a GWT based application. What you are really looking for is a tool that generates PDF, given data.
There are hosts of them available :
Obviously, iText has been the most widely known and successful one! Here's a good tutorial - http://www.vogella.de/articles/JavaPDF/article.html
尝试一些工具,例如 itext pdf 生成器 在线搜索将为您提供更多选择。
Try some tools like itext pdf generator Searching online will give you many more options.