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…...documents on sections. For this we iterate over all sections of the...KeepDifferentStyles); workingDoc.Sections.Add(node); to import them...