HTML/CSS Rendering to Image
        Posted  
        
            by Steve
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steve
        
        
        
        Published on 2010-05-17T15:16:48Z
        Indexed on 
            2010/05/17
            15:20 UTC
        
        
        Read the original article
        Hit count: 223
        
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.
© Stack Overflow or respective owner