Character coding when exporting to PDF #216
-
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.


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):