How can I convert a pptx to a pdf within python-pptx ? There are some external tools, e.g. libreoffice --headless --invisible --convert-to pdf *.ppt unoconv -f [format] pdf filename.ppt
How can I convert a pptx to a pdf within python-pptx ?
There are some external tools, e.g.
libreoffice --headless --invisible --convert-to pdf *.ppt
unoconv -f [format] pdf filename.ppt