Reg .msg to TIFF conversion

My requirement is to convert .msg (Microsoft mail messages) and .HTM files to TIFF format.

Request to please let me know if you have any suitable dll’s available with you.

Hello Venkateswararao,

Thanks for your interest in our products.

In order to convert .msg file into TIFF format, please try using Aspose.Email for .NET. Please visit the following link for information on Convert Outlook Message File (msg) to Tiff Image

However in order to convert .HTML file into TIFF format, you may consider using Aspose.Pdf for .NET. First you need to read the source HTML file and save the output in PDF format. Then use the same product to convert PDF file into TIFF format. Please visit the following link for information on

Please note that we also have a product named Aspose.Words for .NET which provides the capability to create as well as manipulate existing PDF documents. You can also use this product to read the contents of source HTML file into DocumentBuilder object and then save the output as multi page TIFF image.

For more information, please visit How to Save Document as a Multipage TIFF

PS, Aspose.Pdf for .NET provides the capabilities to create as well as manipulate existing PDF documents. Also when converting the HTML file into PDF format, you may save the output in Stream Object and then load the same stream object and convert it into TIFF format.