How to submit HTML and reveive a bitmap?
Posted
by TooFat
on Stack Overflow
See other posts from Stack Overflow
or by TooFat
Published on 2010-06-14T14:08:25Z
Indexed on
2010/06/14
14:12 UTC
Read the original article
Hit count: 278
html
I have an app that allows a user to use JQuery and Javascript to add images and position them in a div dynamically.
I would like to be able to submit the div with all the HTML to a WebService and receive back an image so we have a bitmap of the result of the end user's work.
I would prefer a solution in .Net as this is what I am most familiar with but am open to pretty much anything?
© Stack Overflow or respective owner