Forum


Replies: 2   Views: 5337
Number of a page
Topic closed:
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.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by nicolas  · 19-08-2011 - 14:56

Hi,

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

Thanks.