TempusSansITC based phrases displayed as ��������������������� #1716
Replies: 4 comments 17 replies
-
Beta Was this translation helpful? Give feedback.
-
This font probably does not include a glyph-to-unicode table (apart from very fonts MuPDF does not support). |
Beta Was this translation helpful? Give feedback.
-
@JorjMcKie I see something weird with this font TempusSansITC.
What do you think? |
Beta Was this translation helpful? Give feedback.
-
<<Some motivation of such approaches may even be on purpose: to immunize a document against text extraction ...>> In this case, I am not sure: I will ask them. But Thanks to give me that hint @JorjMcKie I believe they have used this font because they "like it" and they don't even figure out it "immunize against text extraction!" I have to tell them how to check the font they are using to make sure it is unicode. from fontTools.ttLib import TTFont
fontpath = "TEMPSITC.TTF" # obviously the right file
for cmap in font['cmap'].tables:
if cmap.isUnicode():
print("This is unicode") Would this ensure it would work or do they have something to verify on the editing tool they use as well? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@JorjMcKie I have a document using TempusSansITC font and all text with this font is output as question mark: do you have any idea how to fix that?
I dumped the document with one of yours provided utility.
I am using fitz latest (1.19.6).
here is the code:
Output
`
���������������������
Font: 'TempusSansITC' (serifed, proportional), size 9.95599, color #221f1f
�����������
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #65659a
���������������������
Font: 'TempusSansITC' (serifed, proportional), size 17.9931, color #353994
������� ����������
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
!"#�$� ��%����������������&����'��(�������
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
�����������������������)��* ��* ��* �����
Font: 'TempusSansITC' (serifed, proportional), size 15.9538, color #7c277d
����������������� �!������($��������
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
(���+��������������������#&�!'�� ��#�(�������#
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
(���+�������������������'�&����� ����, ��������'�
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
����-�������� �"��� ����'��
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
(���+����������������� ������ ����'�
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
(���+�������������������'�&����� ���(�����'�
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #353994
�
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #65659a
�������������������������������
Font: 'TempusSansITC' (serifed, proportional), size 11.9953, color #65659a
�$$��.�������
Font: 'TempusSansITC' (serifed, proportional), size 14.0346, color #353994
�����)�(���������%����
Font: 'TempusSansITC' (serifed, proportional), size 14.0346, color #353994
������(� .���
Font: 'TempusSansITC' (serifed, proportional), size 14.0346, color #353994
SARL ELTRON
Font: 'TimesNewRomanPS-BoldMT' (serifed, proportional, bold), size 9.95599, color #221f1f
73 Avenue du Campon - Central Buro - 06110 LE CANNET
Font: 'TimesNewRomanPSMT' (serifed, proportional), size 8.99656, color #221f1f
SARL ELTRON au Capital de 2000 €uros - SIRET : 491 953 105 000 21
Font: 'TimesNewRomanPSMT' (serifed, proportional), size 8.99656, color #221f1f
Tel. : 0493812110 Fax : 04 93 81 21 18
Font: 'TimesNewRomanPSMT' (serifed, proportional), size 8.99656, color #221f1f
`
Could you provide some guidance please?
Beta Was this translation helpful? Give feedback.
All reactions