Server error while try to convert into PDF

1 Like

@mainul, if possible please help him.

1 Like

Problem solved.
pdf.py line 36 add below code:
options = {
“enable-local-file-access”: None,
“quiet”: “”
}

1 Like

@Samsul

Use this fix at your own risk. This restriction was added because of a Security Issue (Vulnerability) which allows arbitrary code execution on your server.

https://github.com/frappe/frappe/pull/6836

1 Like