Re: [iText-questions] Can't change table width...

2006-05-09 Thread bruno
Henry wrote: I try to change my simple table width but it won't do anything. I have try setting the parameter with many different number but nothing change here is my code Sorry for the delayed response. You have forgotten one line. Font fontStyle = new Font(1, 12, 1, new Color(0,0,255

[iText-questions] Can't change table width...

2006-05-08 Thread Henry
I try to change my simple table width but it won't do anything. I have try setting the parameter with many different number but nothing change here is my code Font fontStyle = new Font(1, 12, 1, new Color(0,0,255)); Document document = new Document(); ByteArrayOutputStream baos = new