Re: [iText-questions] PdfpTable does not line up with left justified text

2012-01-26 Thread d2thalo
Thanks for the reply. For some reason, I was doing -- pdfPtable.getDefaultCell().setPadding(0); And it didnt work, but when I did it on the individual cell (just the cell(s) in the very first column), it worked. Thanks for the reminder! -- View this message in context: http://itext-general.2

Re: [iText-questions] Dynamic Table that has a page break, incorrectly adds an extra page break

2012-01-25 Thread d2thalo
I was unaware, Thank you for the quick responses. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Dynamic-Table-that-has-a-page-break-incorrectly-adds-an-extra-page-break-tp4327729p4327844.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Dynamic Table that has a page break, incorrectly adds an extra page break

2012-01-25 Thread d2thalo
I am using 1.4.6, do you think that is the problem? Here is a small sample of the table that causes the problem: stmt = conn.prepareStatement ("blah blah blah" ); rs = stmt.executeQuery();