I am getting html file and open it in pdf format it works for en, cz, pl, ru languages but for Chinese ch it does not showing characters & instead showing boxes please see image. My code is\[code\]header("Cache-Control: no-cache");header("Content-Description: File Transfer");header("Content-Disposition: attachment; filename=$html_file.pdf");header("Content-Type: application/pdf");header("Content-Transfer-Encoding: UTF-8");\[/code\]in $html_file i am using \[code\]<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\[/code\]and HTML file is perfect for all languages including Chinese.