phax / ph-pdf-layout

Java library for creating fluid page layouts with Apache PDFBox. Supporting multi-page tables, different page layouts etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty space when adding headers with different height

Sasan-Yavari opened this issue · comments

When we add a header to the first page with 173.78516 height and add another header to other pages with 40.0 height, it reserves 173.78516 for all the headers and in the pages, we see empty space under the smaller header.

This is the message:
PageSet margin top was changed from 40.0 to 173.78516 so that firstPageHeader fits!

Part of 5.1.2 release