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…...Merge(new Document[] { docClone, page...ExtractPages(i, 1); docClone = Merger.Merge(new Document[] { docClone, page...