Hi Daniel, > The reason I am trying to do it this way is that we need to print or convert > thousands of documents each month and when I create a Model Frame and > Controller, OpenOffice inevitablly hangs after a short while, probably > something to do with threading in OpenOffice and maybe finalizers in java.
I have the same problem. This is how I solved it: 1. I bootstrap OpenOffice.org, 2. open a document and convert it and 3. close the document. 4. Next I open the next document and convert it... The important thing is not to close OpenOffice.org. In case you always start a new Java process for each conversion, you can open a socket or something like this. Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
