Re: [iText-questions] PDF Layout using itext v1.4

2008-06-11 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > Since the itext jar must be 1.4 version, any advise might I get ? 1.4 is over 2 years old. You mustn't expect support on versions that are that old. br, Bruno - Check out the new SourceForge.net Mar

[iText-questions] PDF Layout using itext v1.4

2008-06-10 Thread chloe . h . q . feng
Hi, All I developed web pdf service on itext 1.0, A document contains many sections with border, each is a Table instance. Here are some codes: Table table = new Table(4); table.setWidthPercentage(100); table.setBorder(2); table.setTableFitsPage(true); Cell cell = new Cell(); The jar is updated