Hello, we are trying to convert an incoming msg file to pdf. We are using aspose-email 23.8 and aspose-words 23.8. We have two questions:
If an incoming email has a wide image or table, the wide part gets cut off. Is t…...maxTableWidth = 0; foreach (Section s in doc.Sections) { foreach (Table...double maxTableWidth = 0; for (Section s : doc.getSections()) { for...