I\'m getting the following error when I try and generate a PDF using the mPDF class:
TTF file \"C:/wamp/www/inc/mpdf/ttfonts/verdana.ttf\": invalid checksum
Mpdf add Arial font
Download font file : https://github.com/JotJunior/PHP-Boleto-ZF2/blob/master/public/assets/fonts/arial.ttf
Paste the arial.ttf to mpdf/ttfonts
Open config_fonts.php and the below code with fontdata array
"arial" => array( 'R' => "arial.ttf", ),