-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different footer heights per page #479
Labels
Comments
Looking at the source code seems that with a small tweak, this could be possible: Change the LayoutBuilder.prototype.addDynamicRepeatable function in this way:
Then, create the document object:
Am I right? |
Try to make pull request? |
seems this change is not enough. |
duplicate: #368 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 thefooter
properties in order to have different content per page, but seems that their height is statically defined in the objectpageMargins
.Is it possible to create a pdf with fluid header and footer height using pdfmake?
The text was updated successfully, but these errors were encountered: