An open API service indexing awesome lists of open source software.

https://github.com/jonasbreuling/pdf2pptx


https://github.com/jonasbreuling/pdf2pptx

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# pdf2pptx - seamless conversion of pdf files to PowerPoint presentations


License: BSD 3

Convert pdf files to PowerPoint presentatins using a single command.

## Installation

```bash
python -m pip install .
```

## Basic usage

Convert `presentation.pdf` to `slides.pptx` using 400 dots per inch.

```bash
python -m pdf2pptx -dpi=400 presentation/presentation.pdf -out=presentation/slides.pptx
```