Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

MailPrinter Embedded Images within MSG not Present in TIFF/XPS

$
0
0
When using the MailPrinter to open an MSG that contains embedded images - the images are removed from the document. I thought this was a limitation of the evaluation license, but even using a temporary license for Aspose.Email - the issue remains. Here is the sample code for converting MSG to TIFF...

var msgPrinter = new Aspose.Email.Printing.MailPrinter();
MailMessage msg = MailMessage.Load("attached and embedded image.msg", MessageFormat.Msg);
msgPrinter.Print(msg, "test.tiff", Aspose.Email.Printing.PrintFormat.Tiff);

How do we get the exported TIFF image to contain the embedded images? Does this require a license for Aspose.Words? The same results appear for XPS exports - the images have been removed.

Viewing all articles
Browse latest Browse all 1367

Trending Articles