开发者

Are there any credible alternatives to iText for programmatic PDF generation within Java?

开发者 https://www.devze.com 2022-12-14 16:12 出处:网络
Anyone开发者_开发知识库 come across anything else that is similar or close in quality/features?

Anyone开发者_开发知识库 come across anything else that is similar or close in quality/features?

Cheers.


There is for example Apache PDFBox.


There's a pretty thorough conversation about that already: Are there any Java PDF creation alternatives to iText?

For what it is worth, I find that PDFBox does most of what is typically required.


Does "programmatic" eliminate XSL-FO? If not, I've generated them using Xalan and XSL-T. I prefer iText, of course.


Apache FOP is useful for small data and requires a lot for XSL-FO & needs to have all xml at once. Pdf box can be 1 promising solution. i-text was good until its license changed for commercial use.

0

精彩评论

暂无评论...
验证码 换一张
取 消