LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters
GNU General Public License v3.0
1.4k stars 304 forks source link

Page Breaks #100

Closed MrX123123 closed 3 years ago

MrX123123 commented 3 years ago

Hi,

how is it possible to implement page breaks with laravel-invoices? I have read about using

but this jeopardized my page layout. Is there an other way to archive this?

BR

innobv8 commented 3 years ago

I implemented page breaks using a similar style from barryvdh/laravel-dompdf:

Page 1

Page 2