Hello,
I am having an issue with converting a text file from the command line. I am using the following command:
soffice --headless --convert-to png --outdir "xxx" "test.txt"
but this generates only an empty png file. I have tried specifying the writer_png_Export filter and supplying odt document instead of txt but the result remains the same.
Is this an issue with LibreOffice or I am doing something wrong?