Tagged Questions

MHTML, MIME-HTML, is a webpage format that can combine different resources, such as text, images, flash, audio or much more in one file.

learn more… | top users | synonyms

2
votes
0answers
47 views

Is there a master list somewhere of the tags and their meanings for mhtml files?

I am trying to read and extract data from xls files that are really Single File Web Pages see below This document is a Single File Web Page, also known as a Web Archive file. I am trying to ...
2
votes
1answer
163 views

What are the security/privacy concerns with MHTML (.mht) files?

My customer is currently using MHT files for storing offline representations of browsed web pages. The files are saved and later viewed in Internet Explorer. When viewing the files we would like to ...
2
votes
3answers
2k views

How to read or parse MHTML (.mht) files in java

I need to mine the content of most of known document files like: pdf html doc/docx etc. For most of these file formats I am planning to use: http://tika.apache.org/ But as of now Tika does not ...
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
613 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
2answers
539 views

Generating MHTML from HTML

I'm looking for a way of generating mhtml from a page in my asp.net web app. I've seen this website and played with the code but i don't really want to use interop.cdo and interop.adodb. ...
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 ...
1
vote
2answers
465 views

Do most email clients support MHTML?

Do all modern email clients (online and desktop apps) support MHTML email content in which images and other resources are embedded in the email? In addition is this the standard that should be used ...
0
votes
1answer
61 views

How do you display #SSRS output in just HTML not MHTML?

How do you display SSRS output in just HTML not MHTML - MHTML does not shows up right in browsers other than IE.
0
votes
0answers
33 views

How to prevent Word from stripping font related formatting from .MHT files

when I insert some font formatted html from a rich editor on a web page(i.e. "<span style='color:red;'>Test</span>") into an MHT document body and open the file in Word, the font-related ...
0
votes
1answer
34 views

MHTML on HTTPS with IE7

When using MHTML over https in IE7, IE7 shows the non-secure items popup. I believe this is due to the mhtml: prefix. IS this actually a bug? or is there a workaround for it?
0
votes
0answers
92 views

Convert HTML to MHTML in C# for compact framework

Can anyone tell me how to create an MHTML file or how to convert HTML to MHTML in the compact framework using C#?
0
votes
0answers
231 views

VB Script using CreateMHTMLBody makes Non-Transportable MHT file

My C# 3.0 app generates a .html with images, and I need to programmatically convert it into a .mht (single file archive). I found this VB Script on the web: mht_converter.vbs I started with this ...
0
votes
1answer
301 views

Convert docx/pptx to MHTML in pura java

I am struggling to convert word documents and power point presentations to convert to HTML/MHTML pages. I am able to convert docs to html using docx4j but it comes out as distorted and creates images ...
0
votes
1answer
160 views

Jammit, mhtml and the Vista IE7 bug

So I'm going to start using data-uri's and mhtml to embed images in my stylesheets and i'm thinking of using Jammit to help me out there because it claims that it can generate data-uri and mhtml code ...
0
votes
1answer
536 views

BinaryWrite of MHT file is not treated as MHT by IE

I have an MHTML file which has embedded images. The MHTML is generated on the server and then I will typically deliver the file using a BinaryWrite. I've also tried Server.Transfer, Response.Write ...
0
votes
2answers
579 views

Send already generated MHTML using CDOSYS through C#?

I have a ready generated MHTML as a byte array (from Aspose.Words) and would like to send it as an email. I'm trying to do this through CDOSYS, though am open to other suggestions. For now though I ...
0
votes
2answers
781 views

Sending mhtml emails - C#

I have a requirement to send emails containing both text and Images. So, I have .mhtml file that contains the content that needs to be emailed over. I was using Chilkat for this, but in outlook 2007 ...
0
votes
1answer
627 views

Convert HTML to MHTML

HI.. is there any way to convert HTML and its associated images to MHTML in windows mobile... Thanks
0
votes
1answer
916 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 ...
0
votes
1answer
317 views

Getting podcast flash movie to work in MHT file

I've got an MHT file from Adobe Contribute. I'm trying to get a flash file working in the MHT doc. It's a podcast so it shows the player then pulls the mp3 file, its not one file. <script ...
-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 ...