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?
|
feedback
|
|
You can find similar here: Open office on java | |||
|
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 | ||||
|
feedback
|