标签: 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。 感谢。
<b>Bold text</b>
答案 0 :(得分:2)
要在Python中将HTML转换为PDF,请尝试pisa。
答案 1 :(得分:1)
HTML/CSS to PDF converter written in Python适合您吗?