Hi, I am using iText 5.0.6 for Java.
I am basically making a report in a pdf using 1 big table. I am using cell
padding to make a little extra space between each row so it is easier to
read, but I don't want this extra spacing to appear with the first row,
below the header, on new pages.
I want t
Hi,
I have a PDF table that can contain large chunks of text so I set the
"SplitLate" to false so all of that text can be seen, but it seems this
causes a side effect that it DOESN'T split text that goes on past the end of
the page and place it on the next page. If I set "SplitLate" to true, then
Thank you very much for your quick reply.
You are correct, I was using 5.0.6 and I upgraded to 5.1.0 now and it is
working good.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Text-Running-on-in-Table-with-SplitLate-tp3549859p3549949.html
Sent from the iText - Genera
I couldn't find a bug tracking maillist, so I am posting this here. If there
is a better place for it, let me know. Thanks.
I was messing around with PDF tables when I ran into an issue I couldn't
reproduce on a smaller version pdf.
I narrowed down the issue to how I am creating the cells and the
I am trying to work with MayNotBreak to keep group of rows in a table
together.
I noticed when upgrading from 5.5.1 to 5.5.9, the behavior of MayNotBreak
changed, in what I think is an incorrect way.
In my code, I want to group 2 sets of rows together, such that they will
never be on separate page