[iText-questions] How to remove some table formatting on first row of new page

2011-05-13 Thread rveach
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

[iText-questions] Text Running on in Table with SplitLate

2011-05-25 Thread rveach
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

Re: [iText-questions] Text Running on in Table with SplitLate

2011-05-25 Thread rveach
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

[iText-questions] Table Columns Heights different with Constructors versus Add Methods

2014-12-30 Thread rveach
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

[iText-questions] bug: Java iText 5.5.9 doesn't correctly work with MayNotBreak for 2 grouped rows

2016-03-29 Thread rveach
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