I wrote a cross-platform application using node-webkit. I have the needs to generate PDF from HTML+CSS and to package and distribute my application to Win, Linux and Mac.
I have known some nice libraries such as, PhantomJS, wkhtmltopdf can do this stuff. But I don't know how to integrate these libs into my node-webkit and works cross-platforms?
Thx for any idea.