You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When byte values <= 127 are interpreted as ASCII characters but when >127 are represented by multi-byte sequences and fonts with /Encoding /WinAnsiEncoding and most likely with `/Mac*Encoding'
I am facing a issue i.e in my PDF there are some text contains apostrophe; (e.g John's) but this texts are not searchable even no other word will search in that line. Then I did some google and found that its related with some encoding problem. Please have a look the problem and let me update with the solution.
Thanks
The text was updated successfully, but these errors were encountered:
A document sometimes uses a standard character encoding, like MacRoman or Windows encoding. Other may carry a custom mapping from character codes to Unicode characters. Finally, there are fonts that have their own idea of how to encode characters. The Computer Modern font is just one such font that I've come across.
I suspect the line with the apostrophe is written in a font that we do not know how to derive proper text content from.
When byte values <= 127 are interpreted as ASCII characters but when >127 are represented by multi-byte sequences and fonts with /Encoding /WinAnsiEncoding and most likely with `/Mac*Encoding'
I am facing a issue i.e in my PDF there are some text contains apostrophe; (e.g John's) but this texts are not searchable even no other word will search in that line. Then I did some google and found that its related with some encoding problem. Please have a look the problem and let me update with the solution.
Thanks
The text was updated successfully, but these errors were encountered: