Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
During the creation of my DOCX document, I need to complete a table with page numbers.
Is it possible to add a getCurrentPage() function ?
Regards,
Posted by AquaSapphire
· 11-04-2013 - 12:13
Hello,
Can you add possibility to get page number where located template variable.
Is it possible?
As I know there is possibility to get page number when you use COM object ( Ex.: ActiveDocument.Sections(2).Range.Information(wdActiveEndPageNumber) ), but I don't know how to get this information without COM