Page numbers as footers

hi
I am using Aspose.Words and I was just wondering how do we insert page numbers and current date as a footer in the doc programmatically.

Thanks

Hi

Thanks for your inquiry. You should use DocumentBuilder to achieve this.
https://docs.aspose.com/words/net/working-with-headers-and-footers/
Page number and pages count are inserted into the document as fields. You can insert fields into a document using DocumentBuilder. So you should use this approach.
Best regards,