Hi
In Aspose Words for Java, we are using the following Code snippet for inserting the footer text
for (Section s : doc.getSections())
{
s.getPageSetup().setDifferentFirstPageHeaderFooter(false);
s.getPageSetup…... we are using the following code snippet for inserting the footer...your existing code to include this change. Code Here’s an updated...