I’m writing a C# application that converts documents (or rather any files that LibreOffice can support) to PDFs.
It seems the general consensus is automate LibreOffice as a single instance/single thread headless mode.
However I feel LibreOffice performance could be better. Are there ways to tweaks LibreOffice to perform better in automation mode? I read of Memory/Graphic setting tweaks you can do, but will they even help in ‘headless’ mode?
Thank you!