Click here to Skip to main content
15,895,779 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi friends,
I have a DIV container which has some text, background-image, image. I need to convert that whole DIV contents into image and save into local folder.
Please guide me how to convert Div contents to Image using JavaScript or C#.
I have searched in Google, but not getting correct result. give some source code please.. help me guys.
Posted
Updated 9-May-12 20:54pm
v2
Comments
Sandeep Mewara 10-May-12 2:21am    
can you elaborate on what are you trying to do? what exactly you mean by converting a Div to an image?

You cannot do this easy on the client side in a browser. You would need a plugin or an "applet". It is easier on server side and have a link on the page to the image generator part - but only if it is your web app.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900