traviscooper / node-wkhtml

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

How to generate png using node-wkhtml. #12

Open gauravt opened 11 years ago

gauravt commented 11 years ago

I am new to node, can you tell me how I can generate an image using same code.

mhemesath commented 11 years ago

I'd actually recommend you check out phantomjs. Its a much more mature project with better documentation. http://phantomjs.org/

gauravt commented 11 years ago

Thanks, Can you also guide me how to set Image Width/Height on this project.