Quote:
Originally Posted by Jellby
I guess the "custom encoding" is the problem. The copied text would come in that custom encoding. Can you extract the font, copy-paste the text and display it with the extracted font?
|
Exactly right. If you are copying and pasting Chinese text into MS Word, the font encoding needs to be correctly mapped to Unicode-16 characters. This PDF's encoding is not. You would have to figure out how the encoded characters map to Unicode-16 and write a mapping filter.