Re: [iText-questions] How to stop PdfPTable from wrapping and page numbering

2003-12-23 Thread Glenn Holmer
Cameron Hart wrote: The other thing was I read that to do a footer like "Page x of y" I need to use templates, but I couldn't understand how to use templates to acheive this. Can anyone point me at an example? private BaseFont baseFont; (when doc is created:) doc = new Document(PageSize.LETTER);

[iText-questions] How to stop PdfPTable from wrapping and page numbering

2003-12-22 Thread Cameron Hart
I've got a couple of things I couldn't work out for myself. First off, I've been building some complex nested tables using PdfPTable. They are all working how I want them, except I don't want them to wrap over pages at all. There is the setTableFitsPage option on the Table object, but I couldn't s