render HTML (convert to bitmap)

Posted by MK on Stack Overflow See other posts from Stack Overflow or by MK
Published on 2010-04-13T18:46:53Z Indexed on 2010/04/13 19:03 UTC
Read the original article Hit count: 292

Filed under:
|
|
|
|

Can somebody recommend the best (and preferably portable) way to render HTML documents onto a bitmap? As far as I understand my main 2 options are WebKit and Gecko, but I wasn't able to find a good starting point on how to do it. When I last tried doing this 5 years ago, I ended up using Gecko to send the document to a printer, which is not really what I need. I need rendering to a in-memory bitmap.

To clarify: server side, no Java, no .NET, batch processing, performance, not interactive, no Javascript.

© Stack Overflow or respective owner

Related posts about html

Related posts about webkit