The tables are not fully visible when displaying the msg file.
The problem is reproduced also with Aspose Email Viewer.
Both pages have this issue.
How can we fix this?
Email_table_not_visible_aspose.zip (49.1 KB)
Hello @DWProject,
We’ve investigated the HTML content of your MSG file, and the issue appears to be related to the HTML itself.
Specifically, the tables inside the message have fixed widths, which means they don’t adjust to the window size. As a result, when rendering to an image with fixed dimensions, parts of the table may get cropped.
Could you please share the code sample you’re using to convert the MSG file to an image?
Once we review it, we might be able to find a way to ensure the table is rendered.
Thank you.