Attach email attachments in Pdf file

I’m testing aspose.words & aspose.mail to save an eml-files as pdf

it works so far that i can convert tge eml-file into a msg and than convert this into a pdf-file

but the attachments in the original mail are lost

during the convert from msg to pdf, i hoped to have them ‘IN’ my pdf

how can i achieve this

attach these attachments (email attachment) in the pdf with aspose.pdf ?

Hi Peter,

You can use Aspose.Email to extract attachments from EML files and use Aspose.Pdf to add attachments to output PDF. Please check following links for .NET examples and let us know if you are using a different platform.

http://www.aspose.com/docs/display/emailnet/Extracting+Email+Attachments

http://www.aspose.com/docs/display/pdfnet/Add+Attachment+in+a+PDF+Document

Best Regards,