How to convert MSG as PDF (C# .NET)

Hi
I need to Convert msg to pdf. I understand, that there is no direct way, so i converted to mht and tried to convert this into html. But this did not work, see PDFNET-46451

Question is: is there a rested and suggested way to convert content of a msg to pdf?

Uli

@uboddenberg,

I have observed your requirements and regret to share that there is no direct rendering support of email to PDF. You may need to export to MHT and then export to PDF using Aspose.Words or Aspose.PDF.

Thaks, that works

uli

@uboddenberg,

Its good to know that things are resolved on your end.