Tagged Questions
MHTML, short for MIME HTML, is a web page archive format used to combine resources that are typically represented by external links (such as images, Flash animations, Java applets, audio files) together with HTML code into a single file.
5
votes
2answers
980 views
WPF: Display HTML-based content stored in resource assembly
In my WPF project I need to render HTML-based content, where the content is stored in a resource assembly referenced by my WPF project.
I have looked at the WPF Frame and WebBrowser controls. ...
5
votes
2answers
1k views
Progamatically save an MHT without dialog
Is it possible to save a file of any type bypassing the 'save as' dialog? using the WebBrowser Class
WebBrowser.ShowSaveAsDialog();
Is the loaded content in a WebBrowser control serializable so it ...
4
votes
3answers
557 views
view a docx file in C# .NET
I need to create C# .NET solution to view a .docx file directly from the database without writing on the hard disk. What would be the most feasible approach ?
One option would be to convert the docx ...
3
votes
1answer
260 views
Convert .mht files to pdf files using java
Is it possible to convert MHTML(.mht) files to pdf with proper css rendering.
Tried using pd4ml but the extenal css and links refered in .mht file fails to get loaded in the pdf genrated.
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
4answers
548 views
an HTML file is NOT an Excel file, right?
we use an application that has an "export to excel" feature that doesn't work on PC's that done have outlook express installed.
i know, you're thinking "WTF does outlook express have to do with excel ...
2
votes
1answer
1k views
extract text from mht
I have an mht file, I wish to get all the text of the mht. I tought about using regex, but I have other languages in the mht except english, so the text itself contains stuff like A7=A98=D6...
select ...
2
votes
4answers
2k views
1
vote
1answer
281 views
Combine MHT-Files and Insert HTML
I am searching a way to combine two MHT-Files. I have one MHT-File and should insert one other at the beginning of it. Secondly I have to Insert a part of HTML (a HTML-Table) at the beginning.
I hope ...
1
vote
4answers
147 views
Images in one file under IE6 WITHOUT php
I need to create a page with all images and CSS in it, so it would be only one file.
I know that there is something like MHT (IE web archive), BUT there is problem. It works only in IE and Opera, ...
1
vote
1answer
474 views
Convert mht to image C#
hay all.
we are using 'AxWebBrowser' to convert html to images but when we are using it to convert mht we get the scrollers bars in the images, can anyone tells us how to remove the scrollers ? how ...
1
vote
3answers
488 views
Generate MTH from HTM file
I have a htm page in my disk (C:\pages\page1.htm).
This page link CSS and gif (C:\pages\img\img1.gif, c:\pages\css\css1.css).
How can I generate MHT file ?? Only using C# .NET managed.
1
vote
2answers
697 views
Convert HTML (WSDL/XSD doc) to MHT in a MSBuild step
Folks,
I have some HTML generated from my WSDL and XSD files for a web service, and I'd like to convert thos two HTML, along with some images (company logo) and CSS file(s), into a single MHT file ...
0
votes
1answer
96 views
MHT sending mail with Indy
My question is how to send a mht message throw Indy 9 with Delphi 7 IDE?
Thanks in advance!
0
votes
0answers
35 views
Iframe with mht content isn't overlaped by another html elements
I have HTML page contains iframe with content type message/rfc822 (MHT) and it has to be overlapped by other HTML elements. Is any way to do that except using yet one iframe element?
0
votes
0answers
38 views
Document Library: mht file required to refresh to view lastest version
I have a Document Library in SharePoint 2007, where visioning enabled and changes of document required approval.
I uploaded .mht file into the Document Library, the .mht file allow me to view in web ...
0
votes
0answers
32 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
0answers
170 views
Creating word document using apache velocity and mht template
I have created a word document from an MHTML template file using
Apache velocity
template engine , Problem is when try to open this word document from another word document using
hyperlink it is ...
0
votes
2answers
419 views
WPF WebBrowser and special characters like german “umlaute”
I use the WPF WebBrowser Control in my app. I have a file (mht) which contains german umlaute (ä ö ü). Now, I load this this file with .Navigate(path) but the Problem is, that this charactes are not ...
0
votes
1answer
371 views
Asp.net how to convert HTML page to mht with .net? [closed]
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
0
votes
0answers
68 views
Save DOM in offline web archive(mht format) using ie6
I need to save the DOM in a offline web archive(mht format) using ie6. I need to make offline updates to the web archive and then save them back to the disk. However the "save as..." functionality is ...
0
votes
1answer
649 views
How to load mht from stream/string into a WebBrowser control?
The WebBrowser control loads properly any mht file if I use the Navigate method, but when I use the DocumentText or DocumentStream properties, the source of the mht file is displayed as if I opened ...
0
votes
1answer
263 views
Displaying .mht file in html module in DNN
In our DNN site we need to display many .mht files in the html module. I did it by iframe tag, but the file is not loading when the site is browsed for first time or when the page is refreshed by ...
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
1answer
29 views
Illegal url address on moss 2007
I try to add the link :
"mhtml:file://\ipaddress\merging\Human%20resources\file.mht"
to links list on moss 2007 and i've got an error :
"Illegal url address "
What is wrong ?
What to do ?
Ish .
...
0
votes
2answers
628 views
Convert HTML string to MHT in memory
How can I convert an HTML string to MHT (MHTML) in memory. I do not want to use the local file system at all? I am using C#.
0
votes
1answer
386 views
Show mail message in WebBrowser control
I'm trying to design a mailing system (.NET C#).
Messages are stored in database in two tables:
message(Message_id, Receiver, Sender, Subject, ...) //message's header
message_parts(Message_id, ...
0
votes
1answer
230 views
How to convert .txt to .mht?
How to convert a flat .txt file to .mht?
What APIs are available to help with the conversion?
0
votes
1answer
364 views
Print MHT document using .NET program
We would like to programmatically print MHT document using .NET and any available IE DLLs or any other document viewer. We also would like to limit this print to 1st page of the document. If there are ...
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 ...
0
votes
1answer
316 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 ...