html2pdf icon indicating copy to clipboard operation
html2pdf copied to clipboard

Chinese characters not displaying in page_header and page_footer

Open robertoqs opened this issue 5 years ago • 2 comments

Hi Everybody, i need to print pdf with Chinese characters. I added below font and chinese text is printed correctly in the body. However, I'm not able to display print in chinese inside page_header and page_footer. text inside these tags are displaying like "????"

$html2pdf->setDefaultFont('stsongstdlight');

Is there a way to print in chinese text inside page_header and page_footer ?

robertoqs avatar Aug 29 '19 21:08 robertoqs

I fixed this: just modify the table's td cell style by adding "font-family: 'Microsoft Yahei'". Wish it helps you.

JW2006778 avatar Jul 16 '20 23:07 JW2006778

I fixed this: just modify the table's td cell style by adding "font-family: 'Microsoft Yahei'". Wish it helps you.

Thank you.

borgzhong avatar Oct 23 '23 10:10 borgzhong