codedge/laravel-fpdf

set custom page size?

Closed this issue · 1 comments

how to aplly custom size like this

$pdf = new FPDF('P','mm',array(100,150));
?

Please see the config file src/config/fpdf.php to set up ca different paper size.