gpt4 book ai didi

html - Python3 html转pdf

转载 作者:搜寻专家 更新时间:2023-10-31 23:20:13 25 4
gpt4 key购买 nike

如何在 Python3 中将 HTML 转换为 PDF?Xhtml2pdf 在 Python3 中不起作用,出现错误:

import xhtml2pdf.pisa as pisa Traceback (most recent call last): File "", line 1, in File "/home/hound/test/python/test_env/lib/python3.4/site-packages/xhtml2pdf/init.py", line 41, in from xhtml2pdf.util import REPORTLAB22 File "/home/hound/test/python/test_env/lib/python3.4/site-packages/xhtml2pdf/util.py", line 302 raise Exception, "box not defined right way" ^ SyntaxError: invalid syntax

最佳答案

到目前为止,我发现最好的是 weasyprint

来自documentation :

从 weasyprint 导入 HTML
HTML('http://weasyprint.org/').write_pdf('/tmp/weasyprint-website.pdf')

而且它真的很简单。为我节省了大量时间(在我浪费时间试图让 xhtml2pdf 和其他人在 python 3 中工作但失败之后。

关于html - Python3 html转pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42485739/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com