How to convert office file like .doc .ppt and other on Ubuntu [duplicate]
Solution 1:
For true command-line conversion use command below:
libreoffice --headless --convert-to pdf /path/to/original-file.doc
For true command-line conversion use command below:
libreoffice --headless --convert-to pdf /path/to/original-file.doc