Forum


Replies: 2   Views: 1433
Bullet points converting to numbered list on mergedocx
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 nicks  · 05-11-2020 - 12:46

Running the latest version.

Take two DOCX files, one blank and one with bullet points in, add them to the FileArray array and merge with the following:

$merge = new \Phpdocx\Utilities\MultiMerge();

$merge->mergeDocx($FileArray[0], array_slice($FileArray,1), 'output.docx', array('mergeType' => 1));

This has previously worked for us daily flawlessly for years. Seems to be the latest version 10 as we've made no code changes in code.

Is this a known problem?