0

Can anyone suggest me a command utility software for Ubuntu to convert all office files to pdf and it must be a free software.

1 Answers1

8

For true command-line conversion use command below:

libreoffice --headless --convert-to pdf /path/to/original-file.doc
N0rbert
  • 99,918