mPDF Manual – Troubleshooting

Postcript printers

If you have problems with PDF files printing on PostScript printers, this may be helped by setting the configuration variable

<?php
$mpdf->repackageTTF = false;

This forces mPDF to remake the font file using only core tables when Embedding full TTF font files.

Fork me on GitHub