Hi !
I try to merge a document several times into one. In the final document, I have only header in the first page, but I want the same header for all pages. I try this :
docSortie.FirstSection.PageSetup.DifferentFirstPageHeaderFooter = false;
docSortie.FirstSection.HeadersFooters.LinkToPrevious(true);
but the result is always unchanged. I must to use Aspose.word 3.5.3.0
Thanks and sorry for my language ^^