t-houssian / fillpdf

A python library to make filling pdfs much easier
MIT License
129 stars 23 forks source link

Place text and Greek characters #22

Open DinosL opened 2 years ago

DinosL commented 2 years ago

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?

mahfuzullah commented 2 years ago

image i am consistently getting this error

rakhimovv commented 1 year ago

also interested