开发者

Generating pdf with Jxls

开发者 https://www.devze.com 2023-03-30 10:08 出处:网络
we have a system to generate xlsx file from xlsx templates using jxls, Now we will need to have a pdf output also, I\'m wondering about a way to do it, in preference with jxls (poor documented a littl

we have a system to generate xlsx file from xlsx templates using jxls, Now we will need to have a pdf output also, I'm wondering about a way to do it, in preference with jxls (poor documented a little), so we won't have to redevelopp. If it's not possible, what's the easiest way to generate such reports from templ开发者_Go百科ates also? Thank you in advance.


To generate pure pdf, IMHO best choice is Apache FOP, to convert xlsx to pdf - JODConverter


I'd suggest iText, this is a very simple & efficient tool.

0

精彩评论

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