I am using TCPDF library to generate my PDF's from an HTML page. In this page, there is a table grid of 3 columns and 8 rows containing images. Currently, my last row is being shifted to page 2. I want to scale the content in a way that it always stays in a 1 page in my PDF.
I want this solution in TCPDF because my html table data is dynamic and may increase or decrease. So I want a solution wherein the library automatically reduces the size of images/table to keep the content in 1 page.