HTML/CSS Rendering to Image
- by Steve
Is there a library or tool that can take an html page and some css, and then render an image?
I would like to define some templates server side using html code snippets, and some CSS to define the layout. Then using the template and CSS, I would like to essentially render an image of how this would display in a browser, and pass the image back to the client.
Thanks.