TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ahalya raghavan
NA
1
0
save html as an image
May 21 2007 6:28 AM
Hi all, I need some help with my project. I have a string builder that consists of html tags.... I want this thing to be save as an image (jpg format). I have tried this strTempBuild = the html values............... logFileName = GradeCard.jpg logFilePath = Server.MapPath("\\MyProject\\Logs\\"); Directory.CreateDirectory(logFilePath); StreamWriter sWriter = new StreamWriter(logFilePath + logFileName); sWriter.Write(strTempBuild.Trim()); sWriter.Flush(); This creates a JPG file, but not with the relevant data... Is it possible to convert this as Image format ??? Please help.... thanks in advance
Reply
Answers (
0
)
C# Help Needed
c#.net windows services