Hi Sir, I am a student in the US and I am using your iText to produce pdf files (it's amazing).
My question is this: Say I have a table and I want to shring the text size (size 8) and the spacing to be smaller as well - how can I do that. Thanks you Xian my code looks like this: Table myTable = new Table(2); myTable.setBorderWidth(0); Cell cell = new Cell(); cell.setColspan(2); myTable.addCell(new Paragraph("Date: 12-Feb-05 \nExpected Return: 12-Jan-06 \n Number: 39393")); myTable.addCell("sales agent"); myTable.setSpacing(0); myTable.setSpaceBetweenCells(0); __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions