鱼C论坛

 找回密码
 立即注册
查看: 2747|回复: 1

网页转PDF一直报错

[复制链接]
发表于 2023-1-31 22:33:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
代码
# encoding=utf-8
import pdfkit
config = pdfkit.configuration(wkhtmltopdf = r"C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf.exe")
pdfkit.from_url(url, r'D:\1.pdf', configuration=config,options={'encoding':'utf-8',"enable-local-file-access":True})



错误代码
Traceback (most recent call last):
  File "D:\parcharm\cs1.py", line 4, in <module>
    pdfkit.from_url(url, r'D:\1.pdf', configuration=config,options={'encoding':'utf-8',"enable-local-file-access":True})
  File "D:\parcharm\venv\lib\site-packages\pdfkit\api.py", line 27, in from_url
    return r.to_pdf(output_path)
  File "D:\parcharm\venv\lib\site-packages\pdfkit\pdfkit.py", line 201, in to_pdf
    self.handle_error(exit_code, stderr)
  File "D:\parcharm\venv\lib\site-packages\pdfkit\pdfkit.py", line 155, in handle_error
    raise IOError('wkhtmltopdf reported an error:\n' + stderr)
OSError: wkhtmltopdf reported an error:
content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Exit with code 1 due to network error: ContentNotFoundError


Process finished with exit code 1
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2023-1-31 22:55:46 | 显示全部楼层
我这里试了没有问题,可能跟你的 url 有关,方便的话建议把 url 也放上来
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-16 07:41

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表