Open Sirgalas opened 6 years ago
As a result, as I understood the problem was in DomPDF switched to pdf Russian characters are displayed. But the question why docs is formed also remained open
Is there any solution to this problem?
Faced with that too
The easiest way is to use the "DejaVu Sans" font.
$phpWord = IOFactory::load($path);
$phpWord->setDefaultFontName('DejaVu Sans');
This is:
Expected Behavior
I expected that when creating a pdf file Russian characters will be displayed as standard.
тест get тест
Current Behavior
get in place тест get ???? question that I do not so
Failure Information
When you open a docx file edited before Templateprocessor error occurs with Russian characters and both when converting to PDF and just when saving to DOCX
How to Reproduce
Context