barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.74k stars 971 forks source link

Content exceed two pages: result in two pages + blank page #889

Closed giagara closed 1 year ago

giagara commented 2 years ago

Describe the bug I need to render HTML with a div that has 2000px height (min). The content should be displayed on 3 pages: the first two are ok, the third is blank.

To Reproduce Steps to reproduce the behavior:


- Options / code

$pdf = PDF::loadView('div', []); $pdf->setPaper('a4', 'P')->save($path);



**Expected behavior**
Should be rendered three pages
erikn69 commented 2 years ago

This package is only a Laravel wrapper for Dompdf HTML to PDF Converter, that is specified in the first line of the README.md

stale[bot] commented 2 years 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.