lvzhouyang / gitbook2pdf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitbook2pdf

simple but powerful tools for converting gitbook pages to pdf.

todolist

  • 加速pdf生成
  • 支持更多格式,比如mobi,equb

feature

  • 异步抓取 使用aiohttp抓取 对于网站内容抓取基本秒速完成

  • 文本可复制

  • 保持原目录结构

  • 保留原文链接

  • 完整还原原html页面样式
  • 体积小,800+页的pdf只占用4.6M

使用

安装环境

weastprint安装

pip install -r requirements.txt

运行脚本

python gitbook.py "url"
#demo:
python gitbook.py http://self-publishing.ebookchain.org

示例文件

KubernetesHandbook.pdf

注意

使用weasyprint生成pdf文件会比较吃内存
请注意自己的内存空间是否够用

About

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


Languages

Language:Python 100.0%