I need help, when generating my pdf report is very large and appears cut, my intention is to know if you can print another sheet with missing content, I have these properties for the size of my report:
$pdf = new PDF();
$pdf->AliasNbPages();
$pdf->AddPage('L','Legal');
thanks for the help