I am using Aspose.Words for .Net.
I have the following issue. My code creates a table using the DocumentBuilder class. The table PreferredWidth is set:
table.PreferredWidth = PreferredWidth.FromPercent(80);
I tried al…...Table width issue - document doesn't respect width set in code...PNG (2.6 KB) This the same document excluding the last row : ImageNoOverflow...