Converting .xls to .pdf using Java(or not)

倾然丶 夕夏残阳落幕 提交于 2019-12-05 20:52:59

Try using iText http://itextpdf.com/ - I've used it to create PDFs with columnar structure.

In addition to using iText directly, there are a couple report engines that sit on top of it:

This is a commercial solution:

http://www.dancrintea.ro/xls-to-pdf/

If you want open source try jakarta POI.

Try using the Muhimbi PDF Converter Services. It comes with a Java compatible Web Services based interface and sample code. It does other things as well.

I worked on this application, so the usual disclaimer applies.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!