codaxy / wkhtmltopdf

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

Added appsettings key for custom executable path #20

Closed JYCabello closed 8 years ago

JYCabello commented 8 years ago

Referenced the ConfigurationManager, added a key for an app setting to configure the wkhtmltopdf executable. Changed the file location method to first look for the file in the configured folder.

JYCabello commented 8 years ago

Hi, wanted to be able to have the wkhtmltopdf internally in my project, so I introduced this change in my project, I considered that it could be useful to have this option in the main project.

mstijak commented 8 years ago

This is a nice feature. Thanks