html2pdf icon indicating copy to clipboard operation
html2pdf copied to clipboard

Cyrillic doesn't work?!

Open XTeslaUA opened this issue 3 years ago • 4 comments

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

XTeslaUA avatar Dec 16 '21 08:12 XTeslaUA

did you test this with the good font ?

look at into the example folder, the utf8 example

spipu avatar Dec 16 '21 15:12 spipu

I can confirm it works with fonts that have cyrillic characters included if you use utf-8 image

mhpcc avatar Dec 17 '21 13:12 mhpcc

I can confirm it works with fonts that have cyrillic characters included if you use utf-8 image

Hi. Please write you code $html2pdf->setDefaultFont('???');
$html2pdf->setDefaultFont('Arial'); $html2pdf->setDefaultFont('Arial'); doesn't work :(

XTeslaUA avatar Jan 04 '22 17:01 XTeslaUA

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

XTeslaUA avatar Jan 04 '22 17:01 XTeslaUA