Re: Using libreoffice libraries from python without UNO.

2014-05-12 Thread Michael Stahl
On 09/05/14 22:27, Jonny wrote: > Hi, > > I am using some tools to generate odf-documents. In order to convert > them to pdf I'm using writer, but I need to run the function > tools->update->all for updating TOC. > > I thought that I would write a python script for doing this but I would > like t

Using libreoffice libraries from python without UNO.

2014-05-12 Thread Jonny
Hi, I am using some tools to generate odf-documents. In order to convert them to pdf I'm using writer, but I need to run the function tools->update->all for updating TOC. I thought that I would write a python script for doing this but I would like to call the libraries directly and not via U