Re: [libreoffice-users] Python UNO odt to pdf converter - running time issue

2022-11-04 Thread Marcin Giedz
es very sensitive to everything > currently running, as all processes wait for the same core.) > > On Fri, Nov 4, 2022 at 5:05 AM Marcin Giedz wrote: > >> Hi there, >> >> using python we prepared a tool to fill/replace some TAGs in odt files and >> then to save suc

[libreoffice-users] Python UNO odt to pdf converter - running time issue

2022-11-04 Thread Marcin Giedz
Hi there, using python we prepared a tool to fill/replace some TAGs in odt files and then to save such file to PDF. This is part of code from such tool: for key in values.keys(): search = doc.createSearchDescriptor() search.SearchString = "{" + key + "}" search.SearchA

[libreoffice-users] question about generating documents live on server

2021-11-14 Thread Marcin Giedz
Hi there, in our framework (mainly C++/python based) we use html + xml + xstl to generate pdf files - different types like agreements, appendices, etc. It's quite painful when it comes to any change in such a document specially when a template is sent in doc/odt files. I was wondering if there is