I’m writing a script to configure the parameters required to launch LibreOffice in headless mode from an external Python script (FreeCAD). Currently working on Linux, hopefully will port to Windows.
I first search for the files soffice, soffice.bin and pyuno.so to get the path information to build a config file.
The issue is I find multiple directories “/opt/libreoffice7.4/program” and “/usr/lib/libreoffice/program”.
Is it possible what version of libreoffice each directory has installed?
Thanks