Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #convert #file #liberoffice
ADD COMMENT
Topic
Name
1+4 =