codaxy / wkhtmltopdf

C# wrapper around excellent wkhtmltopdf console utility.
265 stars 92 forks source link

Changed location retrieval of wkhtmltopdf.exe. #6

Closed dejanradic closed 10 years ago

dejanradic commented 10 years ago

Due to update of new version of wkhtmltox (0.12.1), wkhtmltopdf.exe is in the /bin folder. Added checking of location of the specified executable file, no matter which version or processor architecture is used. P.S. Tiborex helped.