Forum


Replies: 1   Views: 2380
List numbers wrongly added after merge
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 tnikolov  · 20-04-2018 - 17:49

hi,
I'm using phpdocx corporate 4.1 and I'm facing the following issue:
After merging two documents using MultiMerge - mergeDocx() , in the resulting file the second document contains list numbers that don't present in the original file.  Do you know what can be the issue and if newer version fixes it? I tried different options to the method like
    array(
        'mergeType' => 0,
        'numbering' => 'restart',
        'forceLatestStyles' => true,
    )
but none helped

Thanks,

Teodor