Hey all !
I can't find a really simple way to do this. Let's say my webpage (html file) is hosted and at http://example.com/test.html.
I would like an api to convert it by calling html-pdf "http://example.com/test.html" "./test.pdf"
I'm trying to do that with a custom script that will download the file and use html-pdfbase option but it clearly seems reinventing the wheel since phantomjs would do that by itself...
Hey all ! I can't find a really simple way to do this. Let's say my webpage (html file) is hosted and at
http://example.com/test.html
. I would like an api to convert it by callinghtml-pdf "http://example.com/test.html" "./test.pdf"
I'm trying to do that with a custom script that will download the file and usehtml-pdf
base
option but it clearly seems reinventing the wheel since phantomjs would do that by itself...Any help appreciated !