我已经使用这个链接安装了 whktmltopdf 。
现在在 Frappe 框架中打开 pdf 时出现错误。
raise IOError("wkhtmltopdf exited with non-zero code {0}. error:\n{1}".format(exit_code, stderr.decode("utf-8")))
IOError: wkhtmltopdf exited with non-zero code 1. error:
--no-outline specified in incorrect location
Name:
wkhtmltopdf 0.12.2.1 (with patched qt)
我该如何解决这个问题?