Skip to content

Download documents from issuu.com as PDF

Notifications You must be signed in to change notification settings

pviotti/issuu-pdf-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Download documents from issuu.com as PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages