2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Syncfusion Essential PDF is a .NET PDF library used to create, read, and edit PDF documents. Using this library, you can convert HTML to MHTML using advanced Qt WebKit rendering engine in C# and VB.NET. Qt WebKit rendering is accurate, and the result preserves all the graphics, images, texts, fonts, and the layout of the original HTML document/webpage.
You can get all the previously mentioned assemblies by installing the WebKit installer available in the following link. WebKit HTML converter: https://www.syncfusion.com/downloads/latest-version Steps convert HTML to MHTML programmatically:
C# using Syncfusion.HtmlConverter;
VB.NET Imports Syncfusion.HtmlConverter
C# //Initialize HTML converter with WebKit rendering engine HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(HtmlRenderingEngine.WebKit); WebKitConverterSettings webKitSettings = new WebKitConverterSettings(); //Set WebKit path webKitSettings.WebKitPath = @"/QtBinaries/"; //Assign WebKit settings to HTML converter htmlConverter.ConverterSettings = webKitSettings; //Convert URL to MHTML htmlConverter.ConvertToMhtml("http://www.google.com", "sample.mhtml");
VB.NET 'Initialize HTML converter with WebKit rendering engine Dim htmlConverter As New HtmlToPdfConverter(HtmlRenderingEngine.WebKit) Dim webKitSettings As New WebKitConverterSettings() 'Set WebKit path webKitSettings.WebKitPath = "/QtBinaries/" 'Assign WebKit settings to HTML converter htmlConverter.ConverterSettings = webKitSettings 'Convert URL to MHTML htmlConverter.ConvertToMhtml("http://www.google.com", "sample.mhtml")
You can download the work sample from HtmlToMHtmlSample.zip. By executing the program, you will get the MHTML file as follows. Take a moment to peruse the documentation, where you can find other options like MHTML to PDF, HTML to Raster Image, Partial webpage to Raster Image, HTML to SVG, and Partial Webpage to SVG with code examples. Refer here to explore the rich set of Syncfusion Essential PDF features. Note: Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to link to learn about generating and registering Syncfusion license key in your application to use the components without trail message.
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.