Hi guys,
I've got the issue about page number. I'm using PHPDOCX version 4.0. I want to add page number with the format x/y, with x is the current page, and y is the total page. I decide to use addPageNumber() function, but there are only two types which are numerical and alphabetical. I checked the following link, http://www.phpdocx.com/api-documentation/word-content/insert-page-number-Word-document-with-PHP, but I cannot find anyway to manually the page number with the format like the above. Is there any solutions for this issue, please?
Thanks.