Dear support team,
we’re encountering an inconsistent behavior when calling Aspose.Words.Document.UpdatePageLayout(), when the document contains 2 tables of different column counts back to back like so:
---------------…...Below is the source code of our test cases: private static String...builder.EndTable(); return doc; } [Test] public static void Generat...