I am creating a large HTML table and I have problem with page breaks as you can see in the following image. Some case the bottom line of rowspan cell not work correctly. I think this bug occur at bottom of one page
I am unable to reproduce your issue. Please provide a very simple test case by modifying one of the existing examples, or I have to close this bug.
I have edited html of example_048.php file.The pdf output not good at page 3. Please check image and example 048.php file below
I have modified html to fix it but unlucky. Please can you tell me how to fix this.
I modified code at line 19583. Not sure this modified true but it output expected pdf for me. version 6.0.088 (2014-07-09)
if (($trwsp['trid'] == $trkey) AND ($trwsp['mrowspan'] > 1) AND ($trwsp['endpage'] == $dom[$prevtrkey]['endpage'])) {
↓
if (($trwsp['trid'] == $prevtrkey) AND ($trwsp['mrowspan'] >= 0) AND ($trwsp['endpage'] == $dom[$prevtrkey]['endpage'])) {
OK. Fixed in TCPDF 6.0.089. Thank you for the bug report and fix.
Log in to post a comment.
I am unable to reproduce your issue.
Please provide a very simple test case by modifying one of the existing examples, or I have to close this bug.
I have edited html of example_048.php file.The pdf output not good at page 3.
Please check image and example 048.php file below
Last edit: Tai Mai The 2014-07-11
I have modified html to fix it but unlucky.
Please can you tell me how to fix this.
I modified code at line 19583. Not sure this modified true but it output expected pdf for me.
version 6.0.088 (2014-07-09)
↓
Last edit: Tai Mai The 2014-07-13
OK. Fixed in TCPDF 6.0.089.
Thank you for the bug report and fix.