Put mPDF. I generate the file. It has Russian characters. As a result, in the file instead of Russian characters question marks.
I create mPDF like this: $mpdf = new mPDF('c')
.
Tell me how to make that Russian characters displayed normally?
It is necessary to install in htaccess
php_value mbstring.func_overload = 0
Knowing that you are working with Bitrix - you need to make a separate htaccess for the folder or even generate PDF generation on another server.
Source: https://ru.stackoverflow.com/questions/555802/
All Articles