Answers for "fopen(d:\xampp\htdocs\digitelcar_pdf\storage\fonts/lato_normal_66021783f7fddfe7480e1bf6c3d60d6d.ufm): failed to open stream: no such file or directory"

PHP
1

fopen(F:\xampp\htdocs\Escubydu\storage\fonts//themify_normal_f60486608aadd4e36c92c9895f99838f.ufm): failed to open stream: No such file or directory

public function pdf() 
{ 
    $pdf = \PDF::loadView('contact')->setOptions(['defaultFont' => 'sans-serif']); 
        
    return $pdf->download('invoice.pdf'); 
}
Posted by: Guest on January-09-2021

Code answers related to "fopen(d:\xampp\htdocs\digitelcar_pdf\storage\fonts/lato_normal_66021783f7fddfe7480e1bf6c3d60d6d.ufm): failed to open stream: no such file or directory"

Browse Popular Code Answers by Language