Menu

#948 bottom line of rowspan cell not work correctly

v1.0_(example)
closed
nobody
None
1
2014-07-16
2014-07-11
Tai Mai The
No

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

1 Attachments

Discussion

  • Nicola Asuni

    Nicola Asuni - 2014-07-11

    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.

     
  • Tai Mai The

    Tai Mai The - 2014-07-11

    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
  • Tai Mai The

    Tai Mai The - 2014-07-13

    I have modified html to fix it but unlucky.
    Please can you tell me how to fix this.

     
  • Tai Mai The

    Tai Mai The - 2014-07-13

    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'])) {
    
     

    Last edit: Tai Mai The 2014-07-13
  • Nicola Asuni

    Nicola Asuni - 2014-07-16
    • status: open --> closed
     
  • Nicola Asuni

    Nicola Asuni - 2014-07-16

    OK. Fixed in TCPDF 6.0.089.
    Thank you for the bug report and fix.

     

Log in to post a comment.

MongoDB Logo MongoDB