A simple tool to download documents from issuu.com as PDFs.
When using this tool please make sure to respect Issuu's TOS.
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ ./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