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 templates also? Thank you in advance.
Share
To generate pure pdf, IMHO best choice is Apache FOP, to convert xlsx to pdf – JODConverter