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’,
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’,
0 Comments