• This repository has been archived on 17/Nov/2022
  • Stars
    star
    1,018
  • Rank 43,765 (Top 0.9 %)
  • Language
    Python
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Grab the contents of the gitbook document and convert it to pdf

Welcome to Gitbook2pdf 👋

Twitter: fuergaosi

Simple but powerful tools for converting gitbook pages to pdf.

🏠 Homepage

Python 3.6 English 中文

Feature

  • Asynchronous grab Use aiohttp to grab Can be in a few seconds the data capture.

  • Grab the text can be replicated

  • Save the original directory structure

  • Retain the original hyperlinks

  • Completely retained the original format(Use js rendered unable to retain🤷‍♂️
  • Smaller storage space, 800 pages of PDF file is only 4.6 MB

Sample files

KubernetesHandbook.pdf

Install

Notice!

Because it need to use weasyprint for pdf generation but pip can't complete weasyprint installation, so you need to install it manually. it's weasyprint install tutorial If you don't want install install dependencies you can use made of su Yang docker image

pip install -r requirements.txt

Usage

python gitbook.py {url}

Run tests

python gitbook.py http://self-publishing.ebookchain.org

Custom

Results generated by the CSS to define if you want to add other styles can modify gitbook.css.

Author

👤 fuergaosi233

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

warning⚠️

Using weasyprint to generate pdf files will compare eating memory Please pay attention to whether your own memory is enough