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...as expected, our production code relies on calling doc.UpdatePageLayout();...