[libreoffice-users] Query about privacy

2022-11-04 Thread Jodi Rolph
Hi Libre team I’m based in Australia and looking to use your office products. I wanted to know if the content of what is typed in your word processing document or spreadsheet document is something that can be seen by your system or third parties if I am using your desktop versions or online

Re: [libreoffice-users] hardening libreoffice 7.0.4 - Secure Installation

2022-11-04 Thread Paul D. Mirowsky
Hello Alvaro I will attempt to help you and do not profess to be an expert. If you treat all security as layers, each one is as important the next and all of them are points of failure. That being said, the easiest breach is at the inner layers. As for LibreOffice, start here:

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

2022-11-04 Thread Marcin Giedz
Hi Michael, 1. python3 and as both machines are running Ubuntu 22 I think all modules are almost the same 2. and this could be an answer ... I'll change in my VM number of cores per socket and repeat the same test. Thx for input, will let you know the results. Thx Marcin On Fri, 4 Nov 2022 at

Re: [libreoffice-users] how to prevent conversion to hyperlink

2022-11-04 Thread Philip Jackson
On 03/11/2022 18:47, Robin Lake wrote: All -- Greetings, and thank you for all the help and advise you provide. In LO Calc, how can I prevent an email address or url from becoming a hyperlink (thereby printing in blue) when exiting a cell. Or, alternatively, how can I remove it from

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

2022-11-04 Thread Michael H
1. you ask about a python timing. but don't state specifically whether it's python 2, or python 3, or mixed between machines. That especially would be my focus, on the python execution and exactly what modules are in place and are they all from the same sources. (That is, that would seem to be the

[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 + "}"