Dompdf does not load with file 80mmx30mm

1

Hello, I am trying to generate a PDF to be printed as an 80x30 size label, but by setting this size the PDF will not load. Larger dimensions usually load.

$customPaper = array(0,0,80,30);
$dompdf->set_paper($customPaper, 'portrait');

The page is in PHP.

The page takes a long time to load, and gives error as if the maximum loading time has been reached.

    
asked by anonymous 21.07.2018 / 19:20

0 answers