tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Long content doesn't spill over next page #433

Open kylong opened 3 years ago

kylong commented 3 years ago

Hello,

I am using tecnickcom/tcpdf 3.6.5 for export report as pdf. Everything is fine but with too much content, it doesn't break to next page. So I have no idea to get the solution.

Is there a way it can break the page properly if a long text is on there, or at least continue on to the next page, not clip the content and miss data?

image

Thank you