The text is getting cut off when converting an email (.msg) to pdf.
The text is in tables in the email body.
Using Outlook to save the .msg file as either .htm or .mht saves the file and displays it correctly.
Our code uses the AutoFitToWindow for the tables.
foreach (Table table in doc.GetChildNodes(NodeType.Table, true))
{
table.AutoFit(AutoFitBehavior.AutoFitToWindow);
}
Original msg and pdf rendition included:
__rendertests.zip (139.4 KB)
Aspose.PDF version 20.5
Aspose.Email version 20.4
Aspose.Words version 20.5