You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In multicolumn document layout after column break html table cells have wrong width in writeHTML method.
html example:
<table cellpadding="0" border="0">
<tr>
<td style="width:15mm; background-color: #ff0000;">Lorem ipsum dolor sit amet ... nibh aliquam eget.</td>
<td style="width:35mm; background-color: #00ff00;">Lorem ipsum dolor sit amet ... nibh aliquam eget.<td>
<td style="width:15mm; background-color: #0000ff;">Lorem ipsum dolor sit amet ... nibh aliquam eget.</td>
</tr>
</table>
PDF document look:
As you can see in the left document column everything is perfect, but in the right one every td is ended at page end ignoring width property set in html.
The text was updated successfully, but these errors were encountered:
In multicolumn document layout after column break html table cells have wrong width in writeHTML method.
html example:
PDF document look:
As you can see in the left document column everything is perfect, but in the right one every td is ended at page end ignoring width property set in html.
The text was updated successfully, but these errors were encountered: