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.
i try to build a big document from many external file. i wish to keep the layout of each external file.
when i try to add some file, they dont keep the layout from each document. i wish to add each document on a new page not in the page of the last document i add
. could someone help me with that?
Hello,
You need to use the MultiMerge class, please read its API doc:
http://www.phpdocx.com/api-documentation/docxutilities/merge-Word-documents-with-PHP
Regards.