UrbanKeith
UrbanKeith
Until the pull-request is accepted, use this ``` python try: jpeg = imgkit.from_string(html_string, False, options={'quiet': ''}) except UnicodeDecodeError as err: jpeg = err.args[1] ```
I had the same issue. Having rummaged in the library, I found that, when using the --quiet flag, apparently, wkhtmltopdf passes the same thing to the stder as to the...
Thank you for the quick response. I hope this feature will be supported in the future.