1
I am generating a PDF in Laravel using Snappy PDF. The problem is that it is not breaking the page in the place it should.
I’ve tried using the page-break-after: always
of the CSS in the place where the page break should exist but it didn’t work.