While merging multiple documents updating footer for every document page numbers

While merging multiple documents for a mail merge, the process executes as expected. However, the individual documents each have their own page numbers and footer content. How can we update the page numbers in the combined document without removing the footer content, and update only the page numbers?

Below image is the document page has pagenumbers of that particular document. Provide solution to fix it.

@siranjeevimurugesan Most likely you should set PageSetup.RestartPageNumbering property for first section in each merged document.
If the problem still persists, please attach your source documents, output and expected output documents along with sample code that will allow us to reproduce the problem.

1 Like