fix: font size showing small after upgrade to 0.12.5
This commit is contained in:
parent
2f0cc559eb
commit
7fc55d2cbd
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ def get_pdf(html, options=None, output=None):
|
|||
options.update({
|
||||
"disable-javascript": "",
|
||||
"disable-local-file-access": "",
|
||||
"disable-smart-shrinking": ""
|
||||
})
|
||||
|
||||
filedata = ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue