It's not a secret anymore!
The moose likes Other Open Source Projects and the fly likes iText - problem in splitting tables across multiple pages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "iText - problem in splitting tables across multiple pages" Watch "iText - problem in splitting tables across multiple pages" New topic
Author

iText - problem in splitting tables across multiple pages

Thanuja Vishwanath
Ranch Hand

Joined: Oct 07, 2010
Posts: 49
Hi,

Iam using iText to Create PDF. I have used ColumnText to add table which splits for multiple pages (it should come around 3 page)



But the result is not as expected. I get only the first page of my table and the remaining pages are not generated. If i use document.add(lineTable) then it works fine ie. table is splitted and table header is repeated in all the pages. But i need to use only ColumnText as i have to place the table in absolute position.

Iam not able to figure where iam doing mistake and why ColumnText is not splitting large tables. please guide.


Thanks,
Thanuja.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: iText - problem in splitting tables across multiple pages
 
Similar Threads
How do I get page numbers to my PDF document
FieldPositioningEvents in itext fails on multiple pages
Problem with PDF generation
PdfPTable
Save edited pdf Page in A4 size using itext