Quantcast
Channel: PHPWord
Viewing all articles
Browse latest Browse all 450

New Post: How to merge several files into one docx?

$
0
0
how to merge several files into one docx?
I have tried:
$PHPWord = new PHPWord();
$section = $PHPWord->createSection();
$document = $PHPWord->loadTemplate('dir1/file1.docx');
$section->addPageBreak();
$document = $PHPWord->loadTemplate('dir1/file2.docx');
$document->save('dir2/test.docx');
but saves only the last

Viewing all articles
Browse latest Browse all 450

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>