/issuu-pdf-dl

Download documents from issuu.com as PDF

Primary LanguagePython

issuu-pdf-dl

A simple tool to download documents from issuu.com as PDFs.

When using this tool please make sure to respect Issuu's TOS.

Setup

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Usage

$ ./issuu-pdf-dl.py http://issuu.com/user_name/docs/doc_name -o ./output.pdf

Help message:

$ ./issuu-pdf-dl.py --help
usage: Download Issuu documents as PDF.

positional arguments:
  document_url          URL of the document to download

options:
  -h, --help            show this help message and exit
  --output OUTPUT, -o OUTPUT
                        output file path

License

WTFPL