Character coding when exporting to PDF #216
Answered by
tomas-muller
Feb 4, 2026
Replies: 1 comment
|
This is because there are no cyrillic letters in the default font that the library we use to create PDFs (iText). This can be changed by providing a font that has the required alphabet using the following custom properties (the example is from Czech, where the accented characters are also not included in the default font -- but it should work for other languages as well, if the fonts mentioned contain the cyrillic letters as well): These properties can be set using the custom properties file (see here) or in the application using Administration > Defaults > Configuration page. |
0 replies
Answer selected by
matoats
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


This is because there are no cyrillic letters in the default font that the library we use to create PDFs (iText). This can be changed by providing a font that has the required alphabet using the following custom properties (the example is from Czech, where the accented characters are also not included in the default font -- but it should work for other languages as well, if the fonts mentioned contain the cyrillic letters as well):