Oct 3, 2018
0
Level 1
Laravel PDF fixed header and footer issue
I need to add header and footer on every page in generated it should look like this
PAGE1
header
Some text .....
footer
PAGE2
header
..... text continues here
footer
It works fine for static html but not working correctly (header collapse with content on next page) for dynamic data . I am using dompdf for pdf generation.
Please or to participate in this conversation.