Can someone tell me what I am doing wrong? This doesn’t work:
soffice.exe --headless --convert-to pdf "test.odg" --outdir C:\Temp
But this does work, it just leaves outputs it next to soffice.exe:
soffice.exe --headless --convert-to pdf "test.odg"
I’m using LO 4.1.4.2 on Windows XP. I’m trying to write a batch script that I’m going to schedule to scan a folder and convert anything that hasn’t been converted yet.