1

Possible Duplicate:
Generating MHTML from HTML

I need to convert html page to mht format with c# .net is there any .net library for this? I need any lib whether its free or not

Community
  • 1
  • 1
ToDayIsNow
  • 1,137
  • 1
  • 11
  • 13

1 Answers1

1

http://www.codeproject.com/KB/aspnet/aspnethtml2mht.aspx

Kamyar
  • 18,639
  • 9
  • 97
  • 171
  • no, in this code its adding things to the mht file then save it " oMhtCol.add(New mhtImage(System.Drawing.Image.FromFile(Server.MapPath("/mhtml/images/myComputer.jpg")), "images/myComputer.jpg", System.Drawing.Imaging.ImageFormat.Jpeg))" , i need to give it the URL and it gives back the mht file – ToDayIsNow Apr 10 '11 at 09:56