I want to covert .ppt file to .pdf file like OpenOffice do using its "Export" option.
Is there any OpenOffice API avaliable or is there any shell-command for converting it.
Thanks in advance.
I want to covert .ppt file to .pdf file like OpenOffice do using its "Export" option.
Is there any OpenOffice API avaliable or is there any shell-command for converting it.
Thanks in advance.
If you are running linux you can open a terminal and paste something like this:
libreoffice --headless --invisible --convert-to pdf yourfile.ppt
You would have to "print" and use the PDF "printer" to output the ppt as a pdf. Note: There has to be a "PDF printer" installed to be able to do this...