Convert html template to images

Is it possible for me to render an html template to an image? I would like for there to be a link for my user to download an image file that is rendered on the spot from database data.

If someone could point me in the right direction that would be awesome.

Thanks.

PhantomJS can snapshot a page and produce an image file from it. That might be what you’re looking for?

1 Like

This will work perfectly. Thanks!

If u want to offload onto 3rd party service url2png works pretty well.