Pdftk cyrillic characters encoding
Asked Answered
S

0

6

When i flatten a pdf document using pdftk the cyrillic characters don't appear correctly. а о й gets converted to а о Ð

I tried changing the encoding on the pdf , passing the data through utf8_decode() - that only worked for letters such as ä ø, converting the encoding with mb_convert_encoding() and so on.

Has anyone faced this issue before?

Shela answered 14/11, 2014 at 7:52 Comment(2)
PDFTK does not have full UTF-8 support, see thisSaw
Encode with UTF-16. See: #6048470Alabama

© 2022 - 2024 — McMap. All rights reserved.