Set PdfPTable columns width iText
- by Mr CooL
I've a PdfPTable created in my Java program,
Is there any way to actually set the width of specific column for the PdfPTable?????
For instance,
First column to be 5% width, second column to be 20% and etc.
Urgent help please if anyone knows the way. Thanks in advance.