JasperReports 与 iText/iTextpdf 的比较
我想了解 JasperReports 和 iText/iTextpdf 的优缺点。到目前为止,我一直在 JasperReports 上工作,但现在考虑转向 iText。我应该更改为 iText 还是继续使用 JasperReports?
我知道对于动态报告,我们应该使用 iText,对于具有静态结构的报告,我们可以使用 JasperReports,然后从中创建 pdf。但我仍然想更多地了解这两个方面。
I want to know pros and cons of JasperReports and iText/iTextpdf. Till now, I have been working on JasperReports but now thinking about shifting on iText. Should I change to iText or continue with JasperReports?
I know that for dynamic reports, we should use iText and for reports with static structure, we can use JasperReports and then create pdfs from them. But I still want to know more about both of these.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Jasper 是一个使用 iText 生成 PDF 的 PDF 库。 iText 是一个用于创建和操作 PDF 的库。
如果您的目的是生成报告,我会坚持使用 Jasper。但是,如果您觉得要生成更多非报告的 PDF,您可以查看 iText 库。
iText 有一本由 Manning 出版的精彩书籍,名为《iText in Action 2nd Edition》,如果您想了解更多信息,其中涵盖了 iText5。另请查看 iText 的官方网站 itextpdf.com
Jasper is a PDF library using iText for the generation of its PDFs. iText is a library for creating and manipulating PDFs.
If your purpose is to generate reports, I would stick to Jasper. However, if you feel like you are going to generate more PDFs that aren't reports, you could take a look at the iText library.
iText has an amazing book published by Manning called iText in Action 2nd Edition, which covers iText5 if you want to learn more about it. Also check out the official website of iText at itextpdf.com
资料来源:
Source: