Hello,
Describe the case
I’m creating .docx and .pdf documents from HTML templates using Aspose.Words for .Net.
In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page.
I want to upgrade to n…...InsertHtml("<b>This is my Cool Header</b>", true); builder.MoveToHeaderFooter(HeaderFooterType...InsertHtml("<b>This is my Cool Footer</b>", true); builder.MoveToDocumentEnd();...