瀏覽代碼

[minor] ignore load issues in wkhtmltopdf

version-14
Rushabh Mehta 8 年之前
父節點
當前提交
74c4cbdba8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      frappe/utils/pdf.py

+ 1
- 0
frappe/utils/pdf.py 查看文件

@@ -51,6 +51,7 @@ def prepare_options(html, options):
'quiet': None, 'quiet': None,
# 'no-outline': None, # 'no-outline': None,
'encoding': "UTF-8", 'encoding': "UTF-8",
'load-error-handling': 'ignore',


# defaults # defaults
'margin-right': '15mm', 'margin-right': '15mm',


Loading…
取消
儲存