Skip to content

TomAnthony/pdf-to-powerpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PDF to Powerpoint Converter

This script converts PDF files into Powerpoint, but does each slide as an image. This ensures there are no font issues or other problems, and the slides look the same in Powerpoint as they did in PDF.

Why?!

Many AV setups mean that if you are using PDF slides you cannot have 'next slide' on a confidence display whilst you speak. Having come up against this at multiple conferences, I decided I'd convert my decks (which I was making in Keynote) from PDF to Powerpoint. Most converters try to keep the text as text but often introduces many inconsistencies.

Usage

Running:

python convert.py example.pdf

Will produce example.pptx in the same folder.

Dependencies

In addition to the python packages in requirements.txt, poppler is also required in order for this script to work. On Mac OS you can install this with brew install poppler.

About

Convert PDF files to Powerpoint files (using images, no font problems!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages