convert panel content to image in asp.net c#
i trying convert panel content to image in asp.net c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arindam NayakPosted Nov 24, 2014, 1:09 PM
http://html2canvas.hertzen.com/examples.html
This converts html into canvas and then convert canvas to base 64 image using
var image = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream");