Good way to create PDF from Office documents in Java
Posted
by Sindri Traustason
on Stack Overflow
See other posts from Stack Overflow
or by Sindri Traustason
Published on 2008-10-01T09:56:28Z
Indexed on
2010/04/19
8:53 UTC
Read the original article
Hit count: 221
I'm looking for a good way to convert Office (mostly Microsoft) documents to PDF in Java. I've been looking at using the OpenOffice SDK but from the samples I've looked at it looks like this requires having OpenOffice running in server mode to do the work.
Does anyone know of a good way to do this? Good meaning the less external requirements, the better. A 100% Java API would be best, but I don't expect that actually exists.
© Stack Overflow or respective owner