如何在 GXT/GWT 中生成 pdf?

发布于 2024-12-05 19:32:38 字数 101 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

所有深爱都是秘密 2024-12-12 19:32:38

除了您有一个基于 GWT 的应用程序这一事实之外,这里几乎没有关于 GWT 的上下文。您真正需要的是一个根据给定数据生成 PDF 的工具。

有许多可用的主机:

  1. iText
  2. jPDF Writer...

显然,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 :

  1. iText
  2. jPDF Writer...

Obviously, iText has been the most widely known and successful one! Here's a good tutorial - http://www.vogella.de/articles/JavaPDF/article.html

落在眉间の轻吻 2024-12-12 19:32:38

尝试一些工具,例如 itext pdf 生成器 在线搜索将为您提供更多选择。

Try some tools like itext pdf generator Searching online will give you many more options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文