When converting the attached MSG file to PDF I get an empty document.
The MSG file contains an embedded image. I am aware embedded images are not supported when converting MSG files to PDF, but I would expect that the text is displayed in the result PDF document.
Is this a bug or am I missing something here?
This is the piece of code I am using for the conversion:
The result PDF contains a header (To, From, Subject, etc) and the embedded image is replaced by an “X”. Is it possible to have these not included in the PDF (via some options somewhere)?
I understand that embedded images are also not supported using this conversion method (MSG->MHTML->PDF), correct?
Embedded images from HTML formatted MSG files are supported in MSG to MHTML conversion. I have also checked with some other files and I can see the embedded images in the MHTML and PDF. One of these is attached. I will forward your MSG to the development team for their analysis and will update you here later.
If you want to omit the images, then you can use another approach. MSG --> HTML --> PDF. In HTML, you can edit it to remove all the tags.
Following programs are attached:
MsgToPdfA - contains my sample MSG with embedded images which are transferred to PDF
MsgToPdfUsingHtml - edit the HTML, remove tags and then transform to PDF