barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.73k stars 969 forks source link

page border not working for multiple pages #956

Open Sivan4562 opened 1 year ago

Sivan4562 commented 1 year ago

hi guys

I am currently working on dompdf using laravel. the version is 0.9.0. I have written the page border in the body tag but it works on the first page on the second page the border is not applied

Like This image

how I can fix them

parallels999 commented 1 year ago

This is just a Dompdf wrapper! I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any issues with PDF rendering itself that are not directly related to this package, should be reported on https://github.com/dompdf/dompdf instead. When having doubts, please try to reproduce the issue with just dompdf. If you believe this is an actual issue with the latest version of laravel-dompdf, please reply to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.