I have a PDFPTable that may span over multiple pages. The table should have the same first/header row on every page.
How can I do so?
It seems that since I can't give rows explicitly (which PDFPCells form a row is decided by how many cells have been added before), I have to manually calculate which row would be the first to be displayed on the next page. Is this correct?
How can I calculate that?