Topic: problem with pdfkit
Hello,
I'm using pdfkit gem to generate pdf files in my rails 3.0.9 application (ruby 1.8.7) but I'm getting this error:
No wkhtmltopdf executable found at
>> Please install wkhtmltopdf - https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDFAt the first line it seems to missing someting, "... found at" where?
Maybe I have to specify the executable path, but how?
Also, the executable file is in a directory included in the PATH env variable.
Could someone help me?
Thanks.