Dear all, With OpenOffice 2.0 we convert Excel files. Macro's for conversion are invoked over command line ($ ooffice -invisible macro:///....).
Every command line execution starts up and closes ooffice, this is problematic because starting up OOo takes very long (>30 sec.). Questions: 1. How to run ooffice as a service on Debian Linux? 2. And how to execute macro's with this service? I found command line option: OOffice -headless -accept=\socket,host=localhost,port=8100;urp; This looks like to answer question 1, but how to execute our macro's with this service? note: requests will come from our application written in Smalltalk (VW) which doesn't have any specific OOo/UNO integration. Thanks in advance, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
