Hi Team,
Following is a challenge that I am facing with C# Office Word formatting.
I am trying to append “second.docx” to “first.docx”. The resulting file expected is “final.docx”. The “first.docx” has a header. The “second.docx” has a footer and page number in the footer.
In the “final.docx”, the initial pages (corresponding to “first.docx”) should have header ; but not footer. The remaining pages (corresponding to “second.docx”) should contain page number in the footer; but no header.
In short the format of the individual documents has to be preserved in the final document.
How do I achieve this using C# office programming? Please advise.
Thanks
Lijo Cheeran Joseph