Open AnzeR opened 12 years ago
I'll investigate this later. As I've found out already, wkhtmltopdf is far from ideal, and so I need to learn how to build it. Sadly I've got no time lately, so, I wouldn't be able to get to it soon.
FYI, we fixed this by installing OpenSSL on our server
I have the same problem in a desktop application, there is already some solution?
I have C# WEB application and when I want to convert HTTPS or not-existing web page blank PDF is generated.
If I try the same code in Windows application it IS working also for HTTPS sites, but still returns blank page for non-existing pages, with no error (HttpErrorCode = 0). Is there any possibility to detect "real" HTTP status or any other error on converting pages?
Do you have any explanation why it's not working for HTTPS sites on IIS? I also changed Application Pool to user with highest privileges but no success.
Note: There is a issue about wkhtmltopdf reported in http://code.google.com/p/wkhtmltopdf/issues/detail?id=17