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.
I am dynamically creating a docx file using HTML, including a table, and the resulting docx looks exactly like I want it to. But when I then use transformDocument and output a PDF, the resulting PDF only shows the first row from the table and it's like it crashes, it doesn't even finish converting the document after the table. Meaning, the table is on page 3 of 5, but the PDF ends at page 3, and the PDF also doesn't have the heading.