-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
I've a document with different headers and footers for every page, generally the first header and the last footer are bigger that the others.
I've used a function for the header
and the footer
properties in order to have different content per page, but seems that their height is statically defined in the object pageMargins
.
Is it possible to create a pdf with fluid header and footer height using pdfmake?