Diacritic problem
dominik-wbz opened this issue · 2 comments
dominik-wbz commented
Cannot correctly export letters like ěšč, even when the font supports latin extended.
demo-13.pdf
ConsoleTVs commented
PDF render is done using DomPDF, is there a way to render this on dompdf?
codevio commented
After investigating, this is really a bug with DomPDF :
- ěšč directly in the template is working fine;
- ěšč while
print_r($invoice->items are fine)
;
So the bug is in the $pdf->loadHtml
or $pdf->render
, not with the Invoices library. I think we should close this issue.