Laravel – How do I center-top the header and center-bottom the footer on every printed page while having @page margins?
I'm using spatie/browsershot to generate pdf documents in a laravel project. It has built in headerHtml and footerHtml methods but it is buggy with images, first it only accepts base64/svg and some images with transparent background are getting truncated when…