https://github.com/jonasbreuling/pdf2pptx
https://github.com/jonasbreuling/pdf2pptx
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasbreuling/pdf2pptx
- Owner: JonasBreuling
- License: bsd-3-clause
- Created: 2024-09-27T06:30:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:50:26.000Z (about 1 year ago)
- Last Synced: 2025-02-07T13:26:52.339Z (9 months ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf2pptx - seamless conversion of pdf files to PowerPoint presentations
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
```