Hello,
Depending on the Tidy setup you may need to set removeLineBreaks to true or edit DOMPDF_lib.php to apply the change explained in our previous reply:
replace:
'wrap' => 0,
by a very high value, for example:
'wrap' => 99999999999999,
You can find DOMPDF_lib in the classes folder of phpdocx (Classes/Phpdocx/Libs folder in the namespace package).
All users with the same issue have solved it applying one of the previous fixes. If ater testing both you don't solve the issue, please send the DOCX output to contact[at]phpdocx.com with the PHP version you are using and we'll check it it's the same or other issue.
Regards.