traviscooper / node-wkhtml

Convert html to PDF or PNG format using the webkit rendering engine, and qt.
104 stars 17 forks source link

Wrong command for spawn('png') #15

Open Ran-P opened 10 years ago

Ran-P commented 10 years ago

In wkhtmltopdf 0.12 the command is "wkhtmltoimage" In the code index.js line 33 executable = 'wkhtmltoimg'

umpirsky commented 9 years ago

PR ready https://github.com/traviscooper/node-wkhtml/pull/16.