py-pdf / fpdf2

Simple PDF generation for Python
https://py-pdf.github.io/fpdf2/
GNU Lesser General Public License v3.0
1.12k stars 253 forks source link

Fix the HTML table with null text in span cells that don't show correctly #1294

Closed whoisltd closed 3 weeks ago

whoisltd commented 4 weeks ago

Fixes #1293

This Pr to fix HTML table with td tag have rowspan, colspan > 1 and text inside is null the pdf output not show table correctly

Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.

whoisltd commented 3 weeks ago

That's well done, thank you for your contribution 👍

Could you please add a mention of this fix in CHANGELOG.md as part of this PR?

yep, I added it to CHANGELOG.md