I am successful in working with Open Office via UNO. Now I want to embed the Open Office library into my Java application, is it possible?

link|improve this question

71% accept rate
feedback

2 Answers

You can find similar here: Open office on java

link|improve this answer
that topic doesn't contain any clear solution – Linh Jan 20 '11 at 7:53
feedback

Yes you can. You need the OpenOffice SDK.

Find examples here: (you'll see it speaks about the StarOffice SDK but it's the same, remember StarOffice was just the Sun-branded build of OpenOffice.org with the addition of commercial fonts and clip-art)

If you just want to manipulate ODF files from a Java app without actually loading up openoffice.org, check this lib.

FC

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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