java - iText - Missing background color in table with rowspan and page break -
i'm using flying-saucer-pdf-itext5 (v 9.0.7) , itext (v 5.5.6) generate pdf given xhtml file. have big table in xhtml couple of rowspans , css style (background color).
simplified xhtml snippet:
<tr align="right"> <th align="left" rowspan="16" style="background: silver;">united kingdom</th> <th align="left" style="background: silver;">ambleside</th> <td>38,726</td> <td>30,546</td> </tr>
this style applied correctly rowspans, except 1 - split 2 pages page break (see picture).
what i'm doing wrong? or bug in flying-saucer / itext?
Comments
Post a Comment