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.