Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 977 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 977 Bytes

pdf2pptx

Utility to convert a PDF slideshow to Powerpoint PPTX.

Renders each page as a PNG image and creates the resulting Powerpoint slideshow from these images. Useful when you want to use Powerpoint to present a set of PDF slides (e.g. slides from Beamer). You can then use the presentation capabilities of Powerpoint (notes, ink on slides, etc.) with slides created in LaTeX.

Uses PyMuPDF and python-pptx to do the hard work.

This is a very lightly tweaked version of the original library, which can be found here. The tweaks only address broken dependencies.

Installation

pip install git+https:/p-ang/pdf2pptx.git

Usage

The following will create a slides.pptx file from a slides.pdf file.

pdf2pptx slides.pdf

Run pdf2pptx --help for more info on the command line interface.