Forum


Replies: 5   Views: 2318
Add footer or footnote to the specific 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 admin  · 25-09-2018 - 12:31

Hello,

You can add footnotes to specific contents in sections (MS Word doesn't work with pages but with sections)  using DOCXPath (https://www.phpdocx.com/documentation/introduction/docxpath).

If you need to add a custom footer, you'd need to import the footer from an existing DOCX (from a template or generated from scratch using phpdocx) and then use DOCXPath to replace the previous footer.

Regards.