Forum


Replies: 4   Views: 3456
Problem with html tables in pdf
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 shaendlefs  · 15-01-2014 - 21:33

Hello,



i will generate a docx with HTML-Table like




<table>
<tr>
<td style="width:10pt;">col1</td>
<td style="width:50pt;">col2</td>
</tr>
</table>


After i convert the docx to a pdf and the width-Attribute will ignore.



I don't find anything about this Problem in this Forum. Is there anybody who can help me?



thanks a lot.



Best regards

Sascha