vote up 3 vote down star
1

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.

flag

75% accept rate

4 Answers

vote up 3 vote down check

FYI looks like http://www.artofsolving.com/opensource/jodconverter nicely encapsulates all the OpenOffice server communication. This is the solution I'm pursuing at the moment.

link|flag
let us know how it goes! i am just about to start a similar project myself (ppt->image) – Stu Thompson Oct 1 '08 at 16:55
1  
you rock, I've just gone over the link and it is going to do what i want and do it easier. my actual project was ppt-swf, but i assumed I had to use an intermediate format and a separate tool. – Stu Thompson Oct 1 '08 at 17:02
vote up 1 vote down
  • For accessing Office documents there exists POI
  • For creating PDF documents there exists iText

Both are free imho.

link|flag
vote up 1 vote down

You could try using Cute PDF writer which is basically a free PDF printer driver, and will work with any printing APIs.

link|flag
vote up 1 vote down

The problem with Jodconvertor is that the project ended in Sep 2006. So I am not even sure it will work and run on OpenOffice 3.x. If anyone can confirm this, that would be great.

link|flag
I'm using it with OpenOffice 3.x and it seems to work fine. – Sindri Dec 5 '08 at 10:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.