Online HTML Converter
Test the quality of HTML to MHTML conversion right in your browser! Please load HTML from a file or URL, select the required output format from the list, and run the example. It’s fast, easy, secure, and completely free! The HTML to MHTML conversion will be done with the default save options. You will immediately get the result as a separate file. So, quickly convert any webpage or HTML to MHTML format online!using Aspose.Html; using Aspose.Html.Converters; using Aspose.Html.Saving; using var document = new HTMLDocument("{{input lower}}"); {{#if_output 'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output 'MHTML'}} var options = new MHTMLSaveOptions(); {{/if_output}} {{#if_output 'DOCX'}} var options = new DocSaveOptions(); {{/if_output}} {{#if_output 'XPS'}} var options = new XpsSaveOptions(); {{/if_output}} {{#if_output 'MD'}} var options = new MarkdownSaveOptions(); {{/if_output}} {{#if_output 'BMP' 'JPG' 'GIF' 'PNG' 'TIFF'}} var options = new ImageSaveOptions(ImageFormat.{{output param2 camel}}); {{/if_output}} {{#if_output 'BMP' 'JPG' 'GIF' 'PNG' 'TIFF' 'PDF' 'MHTML' 'MD' 'XPS' 'DOCX'}} Converter.ConvertHTML(document, options, "output.{{output lower}}"); {{/if_output}} {{#if_output 'XHTML'}} document.Save("output.xhtml", new HTMLSaveOptions() { DocumentType = HTMLSaveOptions.XHTML }); {{/if_output}}
Convert HTML to MHTML Using C#
HTML files are frequently used to create, edit, or communicate a lot of information. The advantage of saving HTML as MHTML is that all of the web page elements are kept intact in a single file. MHTML contains an underlying HTML document and its embedded images, media, and other resources. With Aspose.HTML for .NET API, you can transform HTML to MHTML programmatically with full control over a wide range of conversion parameters. There are various cases for HTML to MHTML conversion like reading from a file, URL, WYSISYG Editor, string, or stream. Powerful C# API allows you to convert HTML to popular formats quickly and in high quality.
Steps to Convert HTML to MHTML in C#
Aspose.HTML allows you to easily convert HTML content to MHTML format with just a few lines of code:
- Load an HTML document using one of HTMLDocument() constructors. You can load HTML from a file, HTML code, stream, or URL.
- Create a new MHTMLSaveOptions object.
- Use the ConvertHTML() method of the Converter class to save HTML as an MHTML file. You need to pass the HTMLDocument, MHTMLSaveOptions, and output file path to the ConvertHTML() method.
- The MHTML file will be saved to the specified path.
HTML to MHTML Conversion in Documentation
MHTML combines normal HTML with external resources like images, animations, audio, etc., into one file with the .mht file extension. Aspose.HTML for .NET API allows you to convert HTML to MHTML format quickly and with high quality. Please visit the documentation article Convert HTML to MHTML to learn more about Aspose.HTML for .NET API conversion features and to consider C# examples for the most common HTML to MHTML conversion scenarios. In the article, you find information on how to convert HTML to MHTML using ConvertHTML() methods, and how to apply MHTMLSaveOptions and ICreateStreamProvider parameters.
Free Online Converters
Aspose.HTML offers free online
applications
for converting
HTML
,
XHTML
,
MHTML
,
EPUB
,
XML
, or
Markdown
documents to PDF, XPS, DOCX, JPG, PNG, BMP, TIFF, GIF, Markdown and other formats. Just upload, convert your documents and get results in a few seconds. You don’t need any additional software. Powerful C# API allows converting your documents to popular formats quickly and in high quality. Try our forceful online Converters for free now!
FAQ
Converting between formats is required for various reasons: to work in a familiar, convenient format or to take advantage of different formats for specific tasks. Sometimes HTML files may not be compatible with some software, and you need to convert them to another file format to open and read them.
Aspose.HTML allows you to convert HTML to MHTML in any way – online or programmatically. For example, you can use the online HTML converter to quickly transform your files in real time. Just upload a file, run the converter, and get the result in a few seconds! Alternatively, you can use Aspose.HTML for .NET API and the provided C# code to convert HTML to MHTML programmatically.
Aspose.HTML API provides a wide range of HTML conversions to popular formats, such as PDF, XPS, DOCX, JPEG, PNG, BMP, TIFF, GIF, and more.
Out-of-the-box we support HTML, XHTML, SVG, EPUB, MHTML and Markdown documents. As a part of mentioned documents, we also support CSS, JavaScript, XPath and HTML5 Canvas specifications.
How to Install Aspose.HTML for .NET library
You can use several ways to install the Aspose.HTML for .NET library on your system:
- Install a NuGet Package using the NuGet Package Manager GUI.
- Install a NuGet Package using the Package Manager Console. You may use the following command
PM> Install-Package Aspose.Html
. - Install Aspose.HTML for .NET through MSI.
This library supports parsing of HTML5, CSS3, SVG, and HTML Canvas to construct a Document Object Model (DOM) based on the WHATWG DOM Standard. Aspose.HTML for .NET is written completely in C# and can be used to build any type of 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms & .NET Core. Before running the .NET conversion example code, make sure that you have OS like Microsoft Windows or a compatible with .NET Framework or .NET Standard, and the development environment like Microsoft Visual Studio. For more details about C# library installation and system requirements, please refer to Aspose.HTML Documentation.
HTML What is HTML File Format
HTML (HyperText Markup Language) is the standard markup language for documents created for display in browsers. The latest variant, known as HTML 5, gives a lot of flexibility for working with the language. HTML pages are either received from a server where these are hosted or can be loaded from a local system as well. Each HTML page is made up of HTML elements such as forms, text, images, animations, links, etc. These elements are represented by tags such as img, a, p and several others, where each tag has a start and end. It can also embed applications written in scripting languages such as JavaScript and Style Sheets (CSS) for overall layout representation.
MHTML What is MHTML File Format
Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. These resources include anything linked to the webpage such as images, applets, animations, audio files and so on. MHTML files can be opened in a variety of applications such as Internet Explorer and Microsoft Word. The MHTML file format encodes the page contents similar to specifications defined in message/rfc822 which are plain text email related specifications. The actual specifications of the format are as detailed by RFC 2557.
Other Supported HTML Conversions
You can also convert HTML to many other file formats: