When I add a header and footer to an existing word document using aspose the content overaps the header and footer how can I fix this issue
testAnticimexAspose With Text HeaderFooter.docx (4.6 MB)
@Duminda I have already answered this question in another your thread:
https://forum.aspose.com/t/add-header-and-footer-through-separate-word-documents-to-existing-word-template/273819/10
Your document is built using absolutely positioned objects, like shapes and frames. Such objects are not reflowed when document is edited. So I am afraid there is no way to automatically reflow content in such documents when additional content is added. I you have control over the document creation process, I would suggest you to avoid using absolutely positioned objects, then content will be automatically reflowed after adding content.