Search code examples
c#apipdf-generationmsgeml

API for converting Eml/Msg to pdf in C#


Is there a C# API to convert .eml to .pdf? Want to convert saved email files to pdf


Solution

  • Use OpenOffice (http://www.openoffice.org)

    This will basically convert anything to PDF (doc, xls, ppt, txt). Since eml are just txt, why not just use this? See http://www.opendocument4all.com/download/OpenOffice.net.pdf for how to use OpenOffice in C#.