I am trying to merge two word documents, the first document last page, last paragraph has section break, because of that the second document does not start in new page.
I want to check in the code if the last paragraph …...Document firstDoc = new Document("path/to/firstDocument.docx"); Document...Document secondDoc = new Document("path/to/secondDocument.docx"); //...