Why doesn't the mPDF object take any parameters?
For example:
$mpdf = new mPDF('A3'); How to set the title, the author, the version of pdf - everything that is transmitted by the methods - I understood.
And how to change the format, field, orientation, etc. - not.
'methods' => [ 'SetHeader'=>['Krajee Report Header'], 'SetFooter'=>['{PAGENO}'], ]- MasterAlex