Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good option for converting Office Documents to PDF or Image [closed]

Basically, what i want to know is, is there any better open-source option other than JODConverter, Apache POI, docx4j to do a conversion of Office documents - docx,doc,xls,xlsx,odt.. in to a PDF format. I have tried all these options, its working fine for smaller and simpler files. If the documents contains fields, objects, tables etc. those are not properly converted. None of these tools forums are active too. If possible we need to do use Java only. Any one have any better suggestions?

like image 346
Kris Avatar asked Sep 04 '12 13:09

Kris


1 Answers

We ship with both open-source and closed-source office document converters. Apache POI is the best open-source office document converter we've found. Apache POI is active too. We have had success in fixing bugs ourselves, getting attention from developers for well-documented test cases/failures, and on hiring committers to the project to fix/update things we needed quickly.

like image 51
Martin Serrano Avatar answered Oct 01 '22 23:10

Martin Serrano