I am trying to place a text that contains greek characters, but it always puts '.....' in the pdf no matter what. I tried multiple things with .encode and .decode but nothing seems to work. I also experimented with different fonts because I read that some font families might not support greek.
If I add all my data to a dictionary and use write_fillable_pdf it works. But unfortunately I want to create a black pdf with text in specific positions to print on pre-printed forms.
Hello,
I am trying to place a text that contains greek characters, but it always puts '.....' in the pdf no matter what. I tried multiple things with
.encode
and.decode
but nothing seems to work. I also experimented with different fonts because I read that some font families might not support greek.If I add all my data to a dictionary and use
write_fillable_pdf
it works. But unfortunately I want to create a black pdf with text in specific positions to print on pre-printed forms.Any suggestions?