ConsoleTVs/Invoices

Diacritic problem

dominik-wbz opened this issue · 2 comments

Cannot correctly export letters like ěšč, even when the font supports latin extended.
demo-13.pdf

PDF render is done using DomPDF, is there a way to render this on dompdf?

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.