Multi sheets reports fpdf and php

0

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

    
asked by CristianLRS1997 29.05.2018 в 23:16
source

0 answers