码迷,mamicode.com
首页 > 编程语言 > 详细

python 爬虫,网页转PDF:OSError: No wkhtmltopdf executable found

时间:2018-06-02 11:22:32      阅读:857      评论:0      收藏:0      [点我收藏+]

标签:string   爬虫   span   sof   网页转pdf   ant   ros   conf   ble   

解决办法:

代码中设置参数:

path_wk = rD:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe #wkhtmltopdf安装位置

 config = pdfkit.configuration(wkhtmltopdf = path_wk)

最后执行转pdf操作

pdfkit.from_string("hello world","1.pdf",configuration=config)#字符转PDF

pdfkit.from_files("hello world","1.pdf",configuration=config)#网页转PDF

python 爬虫,网页转PDF:OSError: No wkhtmltopdf executable found

标签:string   爬虫   span   sof   网页转pdf   ant   ros   conf   ble   

原文地址:https://www.cnblogs.com/qiu-hua/p/9124510.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!