I am using mPDF to save form input data to PDF. For English, it is working fine. Anyone can use this code to save HTML Form data to PDF.
Issue: In order to fulfill m
Do not use 'c' as a $mode parameter, that means PDF core fonts only and they do not support chinese characters.
'c'
$mode
Try '+aCJK' or '-aCJK' instead.
'+aCJK'
'-aCJK'
See example – files using chinese font.