Good day,
when I split the document into sections. I use the following code for this, it breaks the numbering in the document. Could you take a look at it for me?
Document docPR = new Document($"{path}4P003q.docx");
D…...PageCount; i++) { Document page = docPR.ExtractPages(i, 1);...1); docClone.AppendDocument(page, ImportFormatMode.UseDestinationStyles...