I am looking for a good way to convert Office documents (mainly Microsoft) to PDF in Java. I looked at using the OpenOffice SDK, but from the samples I looked, it seems that it requires that OpenOffice work in server mode in order to do this job.
Does anyone know a good way to do this? Good sense, the less external requirements, the better. A 100% Java API would be better, but I do not expect it to really exist.
source
share