I'm working on a form creation project.  Because formatting is
critical and the users are accustomed to office suites, I am having
them use Libreoffice to create their form templates.  Also,
LibreOffice has a Python interface which is quite easy to use.

Right now I'm using a single instance of LibreOffice running headless
and using it to process documents.  I create a bridge to it within the
controller and talk to it across the bridge.  I am a little concerned
about multiple users instantiating connections to LibreOffice at the
same time.  I don't know if there will be unexpected results.

Does anyone have an opinion?  Or maybe even experience in using
LibreOffice/OpenOffice in this way?

Thanks,
Cliff Kachinske

Reply via email to