When i try to output my pdf i get "Undefined array key ''" on line 4752 in dompdf\dompdf\lib\Cpdf.php. That particular line of code is:
$font = $this->fonts[$this->currentFont];
Both $this->fonts and $this->currentFont are empty. Why is this happening and how can i fix it?
When i try to output my pdf i get "Undefined array key ''" on line 4752 in dompdf\dompdf\lib\Cpdf.php. That particular line of code is:
$font = $this->fonts[$this->currentFont];Both $this->fonts and $this->currentFont are empty. Why is this happening and how can i fix it?