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