C# API to Render MHTML to DIF

Export MHTML File to DIF via C# without using Microsoft® Excel or Adobe® Acrobat Reader

 

Using Aspose.Total for .NET you can easily convert MHTML file to DIF within any .NET, C#, ASP.NET and VB.NET applications. Firstly, by using Aspose.PDF for .NET , you can export MHTML to XLSX. After that, by using Aspose.Cells for .NET Spreadsheet Programming API, you can convert XLSX to DIF.

.NET API to Convert MHTML to DIF

  1. Open MHTML file using Document class
  2. Convert MHTML to XLSX by using Save method
  3. Load XLSX document by using Workbook class
  4. Save the document to DIF format using Save method and set Dif as SaveFormat

Get Started with .NET File Automation APIs

Install from command line as nuget install Aspose.Total or via Package Manager Console of Visual Studio with Install-Package Aspose.Total.

Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .

Convert Protected MHTML to DIF via C#

If your MHTML document is password protected, you cannot convert it to DIF without the password. Using the API, you can first open the protected document using a valid password and convert it after it. In order to open the encrypted file, you can initialize a new instance of the Document class and pass the filename and password as arguments.

Convert MHTML File to DIF with Watermark via C#

While converting MHTML file to DIF, you can also add watermark to your output DIF file format. In order to add a watermark, you can create a new Workbook object and open the converted XLSX document, select Worksheet via its index, create a Shape and use its AddTextEffect function. After that you can save your XLSX document as DIF with Watermark.

Explore MHTML Conversion Options with .NET

Convert MHTML to DOCM (Microsoft Word 2007 Marco File)
Convert MHTML to DOT (Microsoft Word Template Files)
Convert MHTML to DOTM (Microsoft Word 2007+ Template File)
Convert MHTML to DOTX (Microsoft Word Template File)
Convert MHTML to FLATOPC (Microsoft Word 2003 WordprocessingML)
Convert MHTML to GIF (Graphical Interchange Format)
Convert MHTML to ODT (OpenDocument Text File Format)
Convert MHTML to OTT (OpenDocument Standard Format)
Convert MHTML to PCL (Printer Command Language Document)
Convert MHTML to PS (PostScript File)
Convert MHTML to RTF (Rich Text Format)
Convert MHTML to WORDML (Microsoft Word 2003 WordprocessingML)
Convert MHTML to APNG (Animated Portable Network Graphics)
Convert MHTML to CSV (Comma Seperated Values)
Convert MHTML to DICOM (Digital Imaging and Communications in Medicine)
Convert MHTML to DIF (Data Interchange Format)
Convert MHTML to DXF (Autodesk Drawing Exchange Format)
Convert MHTML to EMZ (Windows Compressed Enhanced Metafile)
Convert MHTML to CSV (Comma Seperated Values)
Convert MHTML to FODS (OpenDocument Flat XML Spreadsheet)
Convert MHTML to JPEG2000 (J2K Image Format)
Convert MHTML to JPEG2000 (J2K Image Format)
Convert MHTML to MD (Markdown Language)
Convert MHTML to ODS (OpenDocument Spreadsheet)
Convert MHTML to PSD (Photoshop Document)
Convert MHTML to SVGZ (Compressed Scalable Vector Graphics)
Convert MHTML to SXC (StarOffice Calc Spreadsheet)
Convert MHTML to TGA (Truevision Graphics Adapter)
Convert MHTML to TSV (Tab Seperated Values)
Convert MHTML to TXT (Text Document)
Convert MHTML to WMF (Windows Metafile)
Convert MHTML to WMZ (Compressed Windows Metafile)
Convert MHTML to XLAM (Excel Macro-Enabled Add-In)
Convert MHTML to XLSB (Excel Binary Workbook)
Convert MHTML to XLSM (Macro-enabled Spreadsheet)
Convert MHTML to XLT (Excel 97 - 2003 Template)
Convert MHTML to XLTM (Excel Macro-Enabled Template)
Convert MHTML to XLTX (Excel Template)
Convert MHTML to ODP (OpenDocument Presentation Format)
Convert MHTML to OTP (OpenDocument Standard Format)
Convert MHTML to POT (Microsoft PowerPoint Template Files)
Convert MHTML to POTM (Microsoft PowerPoint Template File)
Convert MHTML to POTX (Microsoft PowerPoint Template Presentation)
Convert MHTML to PPT (Microsoft PowerPoint 97-2003)
Convert MHTML to PPS (PowerPoint Slide Show)
Convert MHTML to PPSM (Macro-enabled Slide Show)
Convert MHTML to PPSX (PowerPoint Slide Show)
Convert MHTML to PPT (Microsoft PowerPoint 97-2003)
Convert MHTML to PPTM (Macro-enabled Presentation File)
Convert MHTML to SWF (Shockwave Flash Movie)

What is MHTML File Format

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, and audio files) with HTML code into a single file. The resulting file can be saved and opened by web browsers.MHTML is supported by most major web browsers, including Microsoft Edge, Internet Explorer, Google Chrome, Mozilla Firefox, and Opera. Safari has limited support for MHTML. When a web page is saved as an MHTML file, the HTML code and the resources are typically encoded using the MIME type multipart/related. This type of encoding is necessary in order to maintain the correct sequence of the HTML code and the resources when they are combined into a single file. The MHTML format is often used for archiving web pages or for distributing web pages that need to be viewed offline.

Read More

What is DIF File Format

DIF is a data file format used to store tabular data. It is a text file format with each line of text representing a row of data. The format is simple, with each column of data separated by a tab character.DIF files are often used to exchange data between different applications. For example, a DIF file can be created in a spreadsheet application such as Microsoft Excel and then imported into a database application such as Microsoft Access.DIF files can also be imported into statistical analysis software such as SAS and SPSS. This makes DIF an ideal format for storing data that needs to be analyzed using different software applications.

Read More