Skip to content
Discussion options

You must be logged in to vote

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

# For various PDF exports, if you need other fonts than the ones bundled in the iText library
# (e.g., because of their poor unicode support), 
# set the following unitime.pdf.font properties. The fonts will be embedded in the exported PDF.
#
# Here are some te…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matoats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants