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...
asked by
21.07.2018 / 19:20