如何使用python将html元素保存到jpeg / png或pdf

时间:2011-01-11 15:09:09

标签: python html pdf png jpeg

所以我有一个html页面:

<html>
    <b>Bold text</b>
    <table><tr><td>abc</td></tr></table>
</html>

如何将<b>Bold text</b>或任何html标记保存到jpeg / png或pdf。 感谢。

2 个答案:

答案 0 :(得分:2)

要在Python中将HTML转换为PDF,请尝试pisa

答案 1 :(得分:1)