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.