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…...in grey color is likely due to the default font color setting...need to explicitly specify the color as well. Solution To change...