发布时间:2019-07-03 12:50:43编辑:auto阅读(2332)
python转html页面为pdf:
安装wkhtmltopdf略
#!/usr/bin/python
import pdfkit
pdfkit.from_url('http://google.com','baidu.pdf')
:wq
pdfkit.from_string('hello,python','baidu.pdf')
pdfkit.from_file('aa.html','baidu.pdf')
上一篇: Python 正则表达式:compile
下一篇: Python的流程控制 - if条件
51319
50770
41365
38170
32653
29542
28387
23259
23230
21556
1629°
2364°
1969°
1912°
2240°
1948°
2641°
4427°
4269°
3038°