Forum


Replies: 2   Views: 2546
Problem with parsestyles and libreoffice
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 admin  · 15-03-2017 - 16:18

Hello,

All DOCX files must have a numbering.xml file. You can solve it using two approaches:

· Add a list in the LibreOffice DOCX to force this program to force the program to create this file.

· Set the DOCX as base template using CreateDocxFromTemplate instead of CreateDocx. Using this class, If there's no numbering file, it will generate a new one.

Both approaches should work fine.

Regards.