I am currently using itext 2.0.7 where pdfpTable is not having support for rowSpan, as PdfpTable Data Structure got modified.
Previously I was using itext1.4.2 where rowspan support was there and things were working fine, but support for "Splitting tables over several pages" wasn't there. for this reason I upgraded to the latest version.
I need support of "Splitting tables over several pages" and "rowSpan" both together.
I tried the work around mentioned into itext document for rowspan but this not solving my purpose.
I get rowspan size and all other data to create Table structure dynamically.
my tables looks something like following, where data in column can go beyond one page.
(can have more columns, rows, different colspan, rowspan )
___________________________________________
| |
--------------------------------------------------
| | |
--------------------- |
| | |
-------------------------------------------------
| | |
--------------------- |
| | |
--------------------- |
| | |
--------------------------------------------------
If anybody knows the solution please help
Thanks