• Resolved betagoo

    (@betagoo)


    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');

    https://www.ads-software.com/plugins/pdf-print/

Viewing 1 replies (of 1 total)
  • Thread Starter betagoo

    (@betagoo)

    Sorry.
    Problem was with styles files minification plugin.
    PDF Print plugin works fine.

Viewing 1 replies (of 1 total)
  • The topic ‘Embed fonts problem’ is closed to new replies.