R2wou

Results 1 comments of R2wou

For Pyhton 3+ on IIS one has to edit the wkhtmltopdf's utils.py-file: Change: `from .subprocess import check_output` To: `from .subprocess import check_output, PIPE` and add in the `wkhtmltopdf()`-function ``` if...