| View previous topic :: View next topic |
| Author |
Message |
kaushalc General User

Joined: 12 Jul 2009 Posts: 31
|
Posted: Wed Feb 01, 2012 3:28 am Post subject: Convert Documents to from MS format without using UNO |
|
|
I would like to use open office to convert to and from MS office. I have been using Open Office's UNO API. The problem with this is that it requires OO to be running in a daemon mode. OO keeps crashing on me and I need to have a dedicated monitoring process to keep OO up.
I was wondering if it would be possible to just extract the filter layer in OO and use this library in my project to do the conversions.
Alternatively is there any command line way of doing doc conversions without having to have the whole OO app running as a server. |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3531 Location: Hamburg, Germany
|
Posted: Wed Feb 01, 2012 1:27 pm Post subject: Re: Convert Documents to from MS format without using UNO |
|
|
| kaushalc wrote: | | I was wondering if it would be possible to just extract the filter layer in OO and use this library in my project to do the conversions. |
No
| kaushalc wrote: | | Alternatively is there any command line way of doing doc conversions without having to have the whole OO app running as a server. |
No |
|
| Back to top |
|
 |
floris_v Moderator


Joined: 12 Jul 2007 Posts: 4599 Location: Netherlands
|
Posted: Wed Feb 01, 2012 2:07 pm Post subject: |
|
|
You'd have to find the libraries that deal with import and export and use them in your own program. _________________ LibreOffice 3.6.3; OOo 3.4.1 on Windows Vista
Join the Official community forum - in several languages, including Nederlandstalig forum |
|
| Back to top |
|
 |
|