Tagged Questions
1
vote
0answers
60 views
Display Images MHTML
I have a byte array of MHTML. When I do a Response.BinaryWrite in the Page_Load event, it displays fine. When I do the same in a button click event, the images do not display. I looked at the HTTP ...
1
vote
2answers
611 views
Multipart HTML and embedded images from .NET without disk access?
I'm working on a product that creates MS Word output by generating an HTML document with the appropriate bits of Word CSS and XML magic embedded in it. I now need to embed RTF (images and styled text) ...
1
vote
5answers
2k views
sending inline MHTML
I was wondering if it is possible through the .NET 2.0 MailMessage object to send an inline MHTML file that is created on the fly.
By inline I mean: It should be sent in a way that the user can see ...
0
votes
1answer
915 views
Extracting Content from MHT Document
Is anybody aware of any libraries for working with MHT files (Multi-Part MIME files) in .NET? I need to programmatically extract the contents from an existing MHT file containing a Flash website. I ...
-2
votes
1answer
61 views
how to create mhtm using xml, xsl and the png files
I have a folder contains few images(.png files), one xsl file which is linked in xml file and few URLs which are present in xsl, and a xml file. Could anyone please let me know how to create mhtm file ...