Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

user_hkcl's avatar

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.

0 likes
0 replies

Please or to participate in this conversation.