codaxy / wkhtmltopdf

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

Not able to run.. #2

Closed mahesh-dara closed 12 years ago

mahesh-dara commented 12 years ago

HI, I am trying to use this codaxy for converting webforms into pdf.

I am getting the following error. Could not find the exe.

Path.Combine(OSUtil.GetProgramFilesx86Path(), @"wkhtmltopdf\wkhtmltopdf.exe")

Do I need to install some exe here? where can I find this exe? When I download the sample, I only got the tests project. Need help on this.

Thanks.

mstijak commented 12 years ago

You need to install first this command line tool: http://code.google.com/p/wkhtmltopdf/

nickkaczmarek commented 5 years ago

should this line be in the readme? It's not immediately clear that this wrapper doesn't come with the underlying tool.