Hi all,
I am trying to convert a docx file to pdf file on Libreoffice 6.4.7.2, which works nice on GUI, but with CLI command
/usr/bin/./soffice --headless --invisible --convert-to pdf 1.docx --outdir ./
I get a blank page with only header and footer, additionally I found that if I add space of one line between header and the main table, the CLI conversion succeed, can anyone guide me through this problem?
Thanks,
Poom
1.docx (30.9 KB)
CLI conversion