Hi,
I will save html as PDF , so I use barryvdh/laravel-dompdf package.
when I style a <div>
with "page-break-after: always;"
the PDF will not created and the render proccess will and after php timeout.
I Test a lot , but nothing works for me.
css:
.page-break { page-break-after: always; }
html:
<div class="page-break"></div>
I hope you have a new idea , witch help me.
Thx
so long Maxwill
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community