Hi all,
We have some code that splits Word documents on sections. For this we iterate over all sections of the original document and use
Node node = workingDoc.ImportNode(sec, true, ImportFormatMode.KeepDifferentStyles…...ImportNode changes layout of table Aspose.Words Product Family words-net...We’re using Aspose.Words 25.1. In prior versions this worked...