Embed fonts problem
-
In this plugin initialise an instance of mPDF class is:
$mpdf = new mPDF('+aCJK');
In this configuration there is the problem with embed fonts DejavuSans and regional characters, for example deutsch letter umlaut (ü).
When I open PDF file there is notify window “can not extract font dejavusans”.
Disable embed fonts resolve problem:
$mpdf = new mPDF('c');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Embed fonts problem’ is closed to new replies.