Forum


Replies: 9   Views: 3907
Merging documents with adddocx - wrong list numbering
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 fonfi  · 28-01-2013 - 10:47

Hello,
I have following problem. I use PhpDOCX (v3.0 PRO) to generate mail merge documents using docx templates, and addDOCX method. Everything works great, but the numbered lists are numbered wrong - example:

I have a list in my template with points 1,2,3,4. I expect that after merging all multiple files generated from template, I obtain one file, with multiple pages, where lists are numbered starting from 1 on each page. However in the output file, the lists numbering is continuous: on page 1: 1,2,3,4, on page 2: 5,6,7,8, etc


Please help me to solve this problem.