wkhtmltopdf 生成pdf提示-- Warning: Blocked access to file,报错

原因:wkhtmltopdf升级后由于版本0.12.6中的默认行为更改引起的wkhtmltoimgwkhtmltoimg现在默认情况下禁用本地文件访问。可以通过添加参数来解决,此问题在wkhtmltopdf同样适用

生成pdf命令中增加以下参数

–enable-local-file-access