Using Kartik Mpdf for Yii2
To avoid errors like this:

Add the following code to your controller function
‘mode’ => Pdf::MODE_ASIAN,
‘filename’ => ‘filename.pdf’,
Source: https://stackoverflow.com/questions/42920886/how-to-export-html-page-into-pdf-using-kartik-mpdf-in-yii2
0 Comments