Why in pdf file generated with spatie/browsershot no header and last line of any page is cut off? #510
Replies: 1 comment
-
I still have these problems with pdf generating : I my code I show how I set tailwind classes in Maybe tailwind has some rendering features which I missed? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello,
In Laravel 8 app I make pdf file with browsershot and it mostly works ok for me, except
case my data contains several pages, I have 2 problems :
I do not see header which I define with footer (code below) : https://imgur.com/a/2bkn3aD
I see last line of any page is cut off : https://imgur.com/a/cKpv7yR
I do it with code passing into control html content and generated filename:
in composer.json :
Beta Was this translation helpful? Give feedback.
All reactions