-
Notifications
You must be signed in to change notification settings - Fork 2k
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
How to stretch the table height in pdfmake? #561
Comments
I could not find a way either so I put my content in a function above dd and called it so you can put in blank rows, I know this isnt ideal, but it worked for me |
…ght as well as width (bpampuch#264, bpampuch#204, bpampuch#561, bpampuch#511, bpampuch#505, bpampuch#391). Conflicts: build/pdfmake.js build/pdfmake.min.js build/pdfmake.min.js.map src/documentContext.js src/layoutBuilder.js src/pageElementWriter.js src/printer.js
…ght as well as width (bpampuch#264, bpampuch#204, bpampuch#561, bpampuch#511, bpampuch#505, bpampuch#391). Conflicts: build/pdfmake.js build/pdfmake.min.js build/pdfmake.min.js.map src/documentContext.js src/layoutBuilder.js src/pageElementWriter.js src/printer.js
duplicate: #391 |
Add that to your table layout. You will add a padding for your last row. not perfect, but it's working |
Is there any option in
pdfmake
to fill the table in entire page ?Demo: https://jsfiddle.net/t2dbcb4t/
Here is the current version of pdfmake
The text was updated successfully, but these errors were encountered: