在 iText 中生成 PDF 的基本模板
我必须从数据库中获取数据并构建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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?