Re: [iText-questions] Controlling column width in PdfPTable..

2007-04-04 Thread Bastian Triller
you can use |||*setWidthPercentage or *||*setTotalWidth

[iText-questions] Controlling column width in PdfPTable..

2007-04-04 Thread krishna patury
Hi all, I have a table with about 25 columns. Right now they are all of equal width. Is there a way we can decrease/increase the width of a particular column? Like I want it wider for things like First name, SSN etc but smaller for single Character codes like 'A' etc.. All I could do wa