Cyrillic character encoding Pdftk

When I flatten a pdf document using pdftk, Cyrillic characters are not displayed correctly.

converted toа о Ð

I tried to change the encoding in the pdf by passing the data through utf8_decode()

- which only worked for letters like Γ€ ΓΈ

converting encoding with mb_convert_encoding()

etc.

Has anyone encountered this problem before?

+3


source to share





All Articles