I wanna generate a pdf with ruby and the prawn(0.8.4) gem. the first page of the pdf should have a different header/footer than the following pages. The data will be shown in a table, but the table is shown on multiple pages.
Example:
- first page should have an header height of 60.mm
- the table starts at the first page, below the header
- on the second page there should be a header with a height of 30.mm
- the table continues on the second page, below the smaller header
do you see my problem?