Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<b>save html string as image</b>

hello,

I am storing HTML content into database to send a mail. Now, i want to pull that HTML string and want to save as image for mail body.Can any please help me out of this...
Posted

Why? Would it not be easier, more friendly, and quicker to just use the HTML directly, since emails can be sent as HTML anyway?
If you convert it to an image, then you have to send it as an image, which requires a lot more space and bandwidth, and may annoy the heck out of users on mobile connections, who have to pay by the megabyte?
 
Share this answer
 
Comments
Koteshwar32 16-Dec-11 10:31am    
Thanks for your reply...I'm trying to send mails to BlackBerry Mobile. But issue is BlackBerry wont support HTML tags.so, in alternative i am using images.Is there any alternative to send HTML format directly to BlackBerry.Thanks in advance...
Try
Capture an HTML document as an image[^]
Article dealing how to Capturing HTML documents as images
 
Share this answer
 
Comments
Koteshwar32 16-Dec-11 10:40am    
Thanks for your valuable reply......
First i want to thank Mr.RaviRanjankr , Mr.OriginalGriff for valuable support.
I solved my problem by taking Iframe and i called html content into that than i captured the Iframe content as an image..once again thanks to those guys who supported me and CodeProject.
 
Share this answer
 
Comments
thatraja 17-Dec-11 4:42am    
Fine. how did you solve the issue? Post here as a solution so that it'll help future enquirers.

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