Installation
pip install pdf2pptx
Usage
The following will create a slides.pptx
file from a slides.pdf
file.
pdf2pptx slides.pdf
This will convert the
slides.pdf
pdf file to pptx
powerpoint slides. It will save it inside the root directory.Run pdf2pptx --help
for more info on the command line interface.