Files
slideslurp/README.md
2017-04-09 17:39:59 +02:00

577 B

slideslurp

Give slideslurp a URL to a SlideShare presentation and it will render it as a PDF.

I will clean this up, I promise.

Installation

pip install slideslurp

Usage

usage: slideslurp [-h] [--output OUTPUT] url

Generate PDFs from Slideshare presentations

positional arguments:
  url                   the URL to slurp

optional arguments:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        the file to write to (default: out.pdf)

Happy slurping!