Forum


Replies: 5   Views: 2579
Merging removes 2 out of 3 section breaks
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  · 11-07-2017 - 16:23

Hello,

You could call mergeDocx as many times as needed if you need to merge some DOCX keeping the sections and other DOCX being merged as continuous. Premium licenses allow to do all these steps using in-memory, so you don't need to create a merged DOCX file for each step (please check the included samples in your package).

You can use the previous approach or DOCXPath, there's no other solution to accomplish what you need.

Regards.