Hi. I want to convert docs file to pdf in the console.
lowriter --headless --invisible --convert-to pdf --outdir tmp test.docx
The file is converted but it looks different.
Here is a part of the original file:
And here how the same part looks in the converted file:
I also tried different console commands, such as
soffice --headless --invisible --convert-to pdf --outdir tmp test.docx
soffice --convert-to pdf --outdir tmp test.docx
And many other variations, but the result was always the same. Could you please tell me what am I doing wrong here?