Wow. At last, an azure-hosted site featured on HN front page.
Show HN: simple web utility for converting html to image
11–17 of 17 posts
Re: Show HN: simple web utility for converting html to image
#12If you need to host your own screenshot/html2png app, I've built this on top of PhantomJS: https://github.com/w3p/htmlshots. It uses PhantomJS's builtin webserver module to serve screenshots, so you don't need to spawn a new process for each screenshot request.
Re: Show HN: simple web utility for converting html to image
#13As others mentioned - PhantomJS is way to go, it supports webfonts as well - http://www.grab.lv/_external/testpreview.png
Re: Show HN: simple web utility for converting html to image
#14Should be easy enough doing with phantom.js http://skookum.com/blog/dynamic-screenshots-on-the-server-wi...
Re: Show HN: simple web utility for converting html to image
#15Works well on the desktop but I couldn't get it to work on my iPhone and the UI was completely broken when I tried to load the page.
Re: Show HN: simple web utility for converting html to image
#16I made a similar thing with phantomjs and node: http://node-urlshot.herokuapp.com/
Re: Show HN: simple web utility for converting html to image
#17Doesn't phantomjs do the thing for you?
Yes, it does. I will to look into phantomjs to see how it handles css and flash.