Re: [iText-questions] Why doesnt iText add tables which are near thepage buttom to the document?

2011-10-21 Thread shakur
@lists.sourceforge.net Subject: [iText-questions] Why doesnt iText add tables which are near thepage buttom to the document? I have a lot of small tables, which i encapsulate in a sorrounding 1x1 table, and set the SplitRows attribute to false on the sorrounding table. This way, i can avoid my table getting

Re: [iText-questions] Why doesnt iText add tables which are near thepage buttom to the document?

2011-10-19 Thread Jason Berk
table.setKeepTogether(true) document.add(table) -Original Message- From: shakur [mailto:kenanpw...@gmail.com] Sent: Wed 10/19/2011 6:51 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Why doesnt iText add tables which are near thepage buttom to the document? I