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
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