Answers for "convert file with liberoffice"

1

convert file with liberoffice

libreoffice --headless --convert-to "type of file you want to convert" --outdir . filename.pptx
Example:
This is the command that we are using to convert PPTX to PDF:
libreoffice --headless --convert-to pdf --outdir . filename.pptx
Posted by: Guest on April-12-2022

Code answers related to "convert file with liberoffice"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language