Can't view the corresponding text from font file #2517
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
This is not bug, but a "Discussions" item. Let me transfer first. |
Beta Was this translation helpful? Give feedback.
-
Back-translation information from a visible "glyph" on a page to its unicode, that was used to generate that glyph, may or may not be provided by a font - this is voluntary.
|
Beta Was this translation helpful? Give feedback.
-
I have encountered the ' �' character you said, the above situation is a normal display Chinese, but the font file can only see the numbers without getting the Chinese characters. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. |
Beta Was this translation helpful? Give feedback.
Yes, exactly. Could be that the font in question only has
/ToUnicode
entries for numbers and maybe always returns the space character code for all other glyphs.WRT to "incomplete" fonts: The
/ToUnicode
information is optional for a font. There is no law or rule prescribing that a font must provide this information at all. Please recall that PDF has originally been created to display information for human reception. Not as a data store - things like text extraction, image extraction, etc. came later and - as I wrote - are not necessarily reliable.