fix: font size showing small after upgrade to 0.12.5

This commit is contained in:
Rohit Waghchaure 2019-10-14 17:30:06 +05:30
parent 2f0cc559eb
commit 7fc55d2cbd

View file

@ -16,6 +16,7 @@ def get_pdf(html, options=None, output=None):
options.update({
"disable-javascript": "",
"disable-local-file-access": "",
"disable-smart-shrinking": ""
})
filedata = ''