Level 102
A quick google search returned this article
The header and footer repeats itself on every page of the PDF
https://ourcodeworld.com/articles/read/687/how-to-configure-a-header-and-footer-in-dompdf
I am generating a pdf of my quotation in Laravel by using DomPDF library. Mostly quotations are more than 1 pages so I want to repeat my footer content (logo and some text) on all pages. Currently footer appears only on last page.
How can i implement this?
Please or to participate in this conversation.