PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.22k stars 2.69k forks source link

Bulleted / Numbered rows are missing / vanishing #1694

Open sha-phpnerd opened 5 years ago

sha-phpnerd commented 5 years ago

Describe the Bug

When converting docx to pdf using supported library like dompdf or mpdf getting single page output only

Bulleted / Numbered rows are missing while converting to PDF

Please fill in your environment information:

0b10011 commented 5 years ago

Could you provide code that reproduces this issue? Eg, a single PHP file with only PHPWord as a dependency.