Skip to content

Zaharid/make_ppt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

make_ppt

Convert a list of images to a power point presentation. Useful if someone decides that you have to submit you PDF presentation in Power Point format in the last second. You can run something like:

convert -density 1500 -fill white -opaque none -quality 100 -resize 2000x  "5_minute_prsentation.pdf" "ims/%02d.png"

And then use this script:

python make_ppt.py

It requires the python-pptx library.

About

Convert a list of images to a power point presentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages