Page 1 of 1

Embed/Bundle UNO libraries

Posted: Fri May 30, 2008 1:20 pm
by kyvinh
Hi All,

All the tutorials concerning UNO and Java mandate the installation of OOo in order to be able to use the UNO API. Since what I'm trying to achieve mainly use the UNO API silently (not showing the Writer GUI) mainly for conversion and manipulation, I was wondering if someone had an idea/pointer on whether I can use/embed the UNO API with my application without requiring an OOo install.

Thanks a bunch

Re: Embed/Bundle UNO libraries

Posted: Fri May 30, 2008 3:07 pm
by probe1
When calling an UNO API you call functions of OOo, not from a (non-existing) stand-alone UNO installation.
So (IMHO) you need OOo installed.