Be more flexible with the document convert command
documentConvert: Overrule the document convert command, default is 'libreoffice --headless --convert-to pdf --outdir'
new Converter({
files: ...,
...
documentConvert: 'libreoffice --headless --convert-to pdf --outdir',
...
).run();