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