Fw: [iText-questions] Reserve space for page header

2004-08-02 Thread Kieran Metcalfe
Solved it - sorry. My problem was that I wasn't getting a valid response from getTotalHeight because I'd not set the width prior to checking. Bit of a newbie problem really ;) Just if anyone has the same issue: The letterhead class sets up the header and footer tables on creation, and sets

[iText-questions] Reserve space for page header

2004-08-02 Thread Kieran Metcalfe
Hi, I'm developing some pdf output for a system which is used by a few different companies. Basically, the idea is that I have a standard document output, but the page headers and footers (done using onEndPage() ) need to reflect the company issuing the document with address details etc. The