在 iText 中生成 PDF 的基本模板

发布于 2024-11-27 02:08:46 字数 178 浏览 1 评论 0原文

我必须从数据库中获取数据并构建一个 PDF 文件(以相同的表格格式),然后返回给前端用户。

我觉得在 iText-java 中编写表头创建和副标题的代码非常困难,对齐方式不好也不专业。

请告诉我,是否有任何预定义模板可以用来设计我的表格应该如何显示并生成带有值的 pdf。

提前感谢朋友们:-)

I will have to grab the data from database and construct a PDF file (in the same table format) and should give back to front-end users.

I feel very difficult to code in iText-java for table-header creation and for subheaders, the allignment is not good and professional.

Please tell, is there any predefined-template with which i can design how-my-table-should-appear and generate pdfs with values.

Thanks in Advance friends :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

我纯我任性 2024-12-04 02:08:46

iText 开始时有点复杂,但是您总是可以将其布局几乎完全按照您想要的方式进行。

我想你可能需要的是这样的:

我怎样才能重复每个页面上 iTextSharp PdfPTable 的标题?

iText is a little complicated to start with, but you can always get it to layout pretty much exactly as you want.

I think what you might need is this:

How can I repeat the headers of an iTextSharp PdfPTable on each page?

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