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
3answers
123 views

How can you programmatically (or with a tool) convert .MHT mhtml files to regular HTML and CSS files?

Many tools have a way to export a .MHT file. I want a way to convert that single file to a collection of files, an HTML file, the relevant images, and CSS files, that I could then upload to a webhost ...
0
votes
0answers
44 views

single file webpage

I'm trying to find a cross-browser capability for saving and loading entire webpages as single files. MHTML (.mht) is an example of such a file type, but it doesn't work cross-browser. Any ...
0
votes
1answer
86 views

Pull/Display a list of MHTML files in the Public folder and embed them as IFrames in my Rails application views

I have a client that uses SQL Server Reporting Services to generate reports and exports them in MHTML. The Client wants to just push the MHTML in a pre-defined directory structure to my Rails ...
0
votes
0answers
97 views

How to embedded all resources(css,js,images) into one single html file?

So my question is kinda a clone of this one except the answer proposed use .net technology and I'm working on linux. Here is a summary : I'm working with html5 based slide for presentation. These ...
0
votes
0answers
144 views

mht files change on refresh

I have a file with the .mht extension. The first time the file loads within IE 9, all links on the file appear like such when you right click and copy shortcut: ...
0
votes
0answers
41 views

Generating mhtml file in .net compact framework

is there any way or solution we can create mhtml file in .net compact framework for Windods ce 6.0 device?
0
votes
0answers
158 views

Load a MHTML file into a UIWebView

MHTML files and WebArchive files do the same thing : encapsulate all the data of a web page in the same file. I manage to load a .webarchive file into a UIWebView using this method : url=[NSURL ...
0
votes
1answer
294 views

SSRS 2012 report rendering issue

I'm setting up a report on SSRS 2012 with email delivery. I want the report to be shown in the body of the email, so I'm using MHTML rendering. When I preview the report on the server it looks fine; ...
-1
votes
1answer
422 views

How to use VBScript to save a web page into MHTML format? [closed]

I'm having trouble using vbscript to save a given url into a .mht file. I've heard of a function called ExecWB which can open up Internet Explorer and hit save as MHTML. I've tried: Dim objIE : Set ...
0
votes
1answer
160 views

Issue parsing MHTML

I was able to use this question as a starting point in parsing an "mht" file but the "3D" in the anchor tags (e.g.: <a href=3D"[my anchor]">[anchor text]></a>) breaks all the internal ...
0
votes
0answers
217 views

How do you stream MHT content to either a WebBrowser control, or an iFrame tag?

I have a PHP app that handles and manipulates some data and the third party software we used for analysis gives us back MHT content. The intent is to display this content in a C# WebBrowser window. We ...
1
vote
1answer
940 views

Display .mht file on android

How to display .mht(MHTML) file on android webview. I tried to open the .mht file on default android browser but that didn't open but i am able to open same on opera mobile browser. So i tried with ...
2
votes
1answer
134 views

Retrieving the entire html with external js/css/images through javascript

I already have a Javascript file (performing some functions), that will be appended to a webpage. Now I want the Javascript to collect the entire webpage along with its html tags, images, external ...
0
votes
1answer
2k views

MHT-File ist not shown in InternetExplorer

I have a mht-File which will not be shown in InternetExplorer 9. I have seen, that the text/html-part is encoded in base64: Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: base64 ...
2
votes
0answers
86 views

ActiveX component to display in-memory MHTML in Windows

I'm creating a small Windows application (C++) which create some windows an such (CreateWindowEx and the like). And in one window I want to add a control that shows MHTML loaded from memory, i.e. the ...
0
votes
0answers
229 views

MHTML content need to be saved as .xlsx format

How can i convert a mhtml content to be saved as ".xlsx" and can be viwed in MS excel 2010. Previous to this we were saving the mhtml stream as ".xls" and we were able to view in MS excel 2010 but now ...
1
vote
1answer
390 views

How to add mhtml / mht file as relative path

I'm trying add external mhtml resource to css. I have a css entry like this: *background-image: url(mhtml:file://C:/folder/base64.mht!image1); *background-image: ...
1
vote
2answers
598 views

Convert HTML created by XML, XSL to a MHTML

XML's can be transformed by a browser using XSL. This can be either done by referencing an xsl within the xml by adding the following line within the xml file: <?xml-stylesheet type='text/xsl' ...
0
votes
1answer
728 views

Images in MHT files from MS Word do not display in email

When I email myself sample mhtml files (e.g. from here) images display fine in Outlook. However, when I convert a Word document to mht (Web Archive) format, the images do not display. If I open the ...
0
votes
1answer
674 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.
3
votes
1answer
125 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 ...
-1
votes
1answer
247 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 ...
1
vote
0answers
156 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 ...
0
votes
1answer
135 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?
1
vote
1answer
616 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 ...
2
votes
1answer
376 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 ...
0
votes
1answer
215 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
961 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 ...
5
votes
3answers
5k 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 ...
0
votes
2answers
1k 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 ...
1
vote
1answer
402 views

HTML mht doesn't render well on ajax call?

I have a file (viewdoc) which writes a .mht file to the screen. In my application I have two main divs: one for the menu (= treeview) and one div to display the .mht file (#documentContent). My menu ...
15
votes
4answers
1k 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
929 views

Convert HTML to MHTML

HI.. is there any way to convert HTML and its associated images to MHTML in windows mobile... Thanks
1
vote
2answers
878 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) ...
0
votes
1answer
1k 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
506 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 ...
1
vote
2answers
942 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
3k 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
707 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 ...