I am creating a docx and I need a footer (for each page of a document) with timestamp and page (in this format: [present page] of [total pages].
Every post/code I've read online seems to indicate that I must create a footer manually for every page and write the page information manually: is it true? Is it not possible to write code in a way that, appended a footer to the main document, the docx automatically create itself every footer populating it with the right information?
Any advice?