docker-gitbook-pdf-generator icon indicating copy to clipboard operation
docker-gitbook-pdf-generator copied to clipboard

如果你想使用 GitBook 生成 PDF ,又不想折腾,使用这个项目就对啦!

Results 6 docker-gitbook-pdf-generator issues
Sort by recently updated
recently updated
newest added

文件生成失败。没有任何报错。

例:(https://book.itsfun.top/gopl-zh/) 原文: > 如果HTML页面包含多个`` 转换出的html: > 如果HTML页面包含多个\\ 其中的 没有被转义,导致转换出的 pdf 到这里戛然而止

运行命令: docker run --rm -v `pwd`/fonts:/usr/share/fonts \ -v `pwd`/output:/app/output \ soulteary/docker-gitbook-pdf-generator:1.0.0 "http://xxx.com" 出现以下错误: RecursionError: maximum recursion depth exceeded while calling a Python object 完整错误如下: ``` crawl : all done! Generating...

crawling : http://www.autolabor.com.cn/book/ROSTutorials/di-7-zhang-ji-qi-ren-dao-822a28-fang-771f29/104-ben-zhang-xiao-jie.html Traceback (most recent call last): File "/app/gitbook.py", line 303, in Gitbook2PDF(url).run() File "/app/gitbook.py", line 192, in run loop.run_until_complete(self.crawl_main_content(content_urls)) File "/usr/local/lib/python3.7/asyncio/base_events.py", line 583, in run_until_complete return future.result() File...