Oleg Korolev
Results
2
comments of
Oleg Korolev
You can specify all wkhtmltopdf options. You can drop ‘–’ in option name. If option without value, use None, False or ‘’ for dict value: ```python options={'enable-local-file-access': None} ```