I am using seperate user profiles as my process can run multiple instances of soffice simulteniously
as below,
/path/to/soffice --headless “-env:UserInstallation=file:///tmp/LibreOffice_Conversion_${USER}” --convert-to pdf:writer_pdf_Export --outdir ${HOME}/lo_pdfs /path/to/test.docx
Now my question is, everytime soffice is creating a default user profile, that means the custom configuration changes I made is not reflecting here.
Please someone let me know how can I have my custom configuration changes in user profile to be created everytime I specify a different location as
-env:UserInstallation=file:///tmp/LibreOffice_Conversion_