Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML table cells have wrong width after column break in writeHTML method #729

Open
nikolaradivojevic opened this issue Jun 20, 2024 · 0 comments

Comments

@nikolaradivojevic
Copy link

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:
Screenshot 2024-06-20 at 17 23 34

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant