Chris Docherty
Results
1
comments of
Chris Docherty
Just encountered this issue myself. The solution that worked for me, is that I replaced the following code: `wordDoc.InsertSectionPageBreak();` With: `wordDoc.InsertParagraph().InsertPageBreakAfterSelf();`