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] PdfpTable does not line up with left justified text

2012-01-26 Thread Paulo Soares
Set the padding to 0. Paulo From: Daniel Lopez [mailto:daniel.lopez...@gmail.com] Sent: Thursday, January 26, 2012 2:16 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfpTable does not line up with left justified text Hello all, I am