robertzhangwenjie / gitbook2pdf

gitbook2pdf
17 stars 6 forks source link

Gitbook2Pdf

This project has solved the image display problem

Usage

With Docker

docker run -it -v `pwd`/output:/app/output zhangwenjie/gitbook2pdf <your url> <filename.pdf>

With python

pip install -r requirements.txt
python gitbook.py <url> <filename.pdf>

Original Project

original project url