Set PdfPTable columns width iText
Posted
by Mr CooL
on Stack Overflow
See other posts from Stack Overflow
or by Mr CooL
Published on 2010-03-26T16:11:39Z
Indexed on
2010/03/26
16:13 UTC
Read the original article
Hit count: 192
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.
© Stack Overflow or respective owner