c# - Render HTML and take screenshot/thumbnail -
as part of application developing, user can create document templates using html (or rather, web based rich text editor uses html). when user saves template, want able render html 'in memory' , grab thumbnail sized screenshot of output, user can see template looks in thumbnail.
is possible in c#?
Comments
Post a Comment