I have Java Uno application which runs on server and performs automated text extraction from documents. I want to shutdown OpenOffice from my application before exiting. How can I do this?
Thanks in advance!
|
I have Java Uno application which runs on server and performs automated text extraction from documents. I want to shutdown OpenOffice from my application before exiting. How can I do this? Thanks in advance!
| |||
|
feedback
|
|
I'm using http://api.openoffice.org/docs/common/ref/com/sun/star/frame/XDesktop.html But this will only work (as far as I know) if you started OpenOffice locally. | |||
feedback
|