html2pdf
html2pdf copied to clipboard
Cyrillic doesn't work?!
Hi! Nice library, but Cyrillic not work.
$html2pdf = new Html2Pdf(); $html2pdf->writeHTML('
Привет Мир
Это мой первый тест'); $html2pdf->output();Give me ?????? ??? ??? ??? ?????? ????
$html2pdf = new Html2Pdf('P', 'A4', 'ru'); also doesn't work, sorry
did you test this with the good font ?
look at into the example folder, the utf8 example
I can confirm it works with fonts that have cyrillic characters included if you use utf-8
I can confirm it works with fonts that have cyrillic characters included if you use utf-8
Hi. Please write you code $html2pdf->setDefaultFont('???');
$html2pdf->setDefaultFont('Arial');
$html2pdf->setDefaultFont('Arial'); doesn't work :(
did you test this with the good font ?
look at into the example folder, the utf8 example
Please write name of the utf-8 fonts