Add this to your PHP code:
$mpdf->autoScriptToLang = true; $mpdf->autoLangToFont = true;
in the css file make sure you have:
font-family: dejavusanscondensed; direction: rtl;
and make sure that all DejaVuSans * .ttf files are in the ttfonts folder
source share