Re: [iText-questions] table forced to next page

2012-04-16 Thread Jason Berk
...@purduefed.com] Sent: Friday, April 13, 2012 3:53 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] table forced to next page I have a table with 2 header rows and 4 body rowsall forced to be 1" tall The width is locked, so the total height of the table is 6"

[iText-questions] table forced to next page

2012-04-13 Thread Jason Berk
I have a table with 2 header rows and 4 body rowsall forced to be 1" tall The width is locked, so the total height of the table is 6".I get that. I set the following options on the table: setHeaderRows(2) setSkipFirstHeader(true) setKeepTogether(true) my document has 5" of vertical space