Forum


Replies: 9   Views: 1427
New section without "link to previous"
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  · 03-08-2020 - 10:40

Hello,

You can use any custom template, with one or more sections, to change the contents using phpdocx methods: template methods, DOCXPath and others. But if you need to generate new sections using addSection or phpdocx_section with their own header/footer, you need to work with standalone DOCX and merge them using mergeDocx, there's no alternative approach.

Regards.