pruiz / WkHtmlToXSharp

C# wrapper wrapper (using P/Invoke) for the excelent Html to PDF conversion library wkhtmltopdf library.
239 stars 84 forks source link

Update wkhtmltopdf to newest versions (0.12.4). #48

Closed pawepaw closed 6 years ago

pawepaw commented 6 years ago

They fixed problem with passing unicode characters as parameters. In older version when you'd pass i.e documentTitle with unicode characters it'd broke. They also fixed a lot of other bugs and security issues. For full changelog check here: https://github.com/wkhtmltopdf/wkhtmltopdf/releases

As i understand previous version was 0.12.0.

pawepaw commented 6 years ago

Thanks!