- Posts: 19
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
Critical issue - Font issue
- [email protected]
- Topic Author
- Offline
- New Member
-
Less
More
IP: 217.165.28.92
6 years 8 months ago #14441
by [email protected]
Critical issue - Font issue was created by [email protected]
Dear Team,
We are trying to open pdf in RadaeePDF Viewer library ,its not displaying original font. In the same document if i am opening in browser its displaying properly. We are using Dubai Font in the PDF. Help me to solve this issue.
Thanks & Regards
Ponlingam S
We are trying to open pdf in RadaeePDF Viewer library ,its not displaying original font. In the same document if i am opening in browser its displaying properly. We are using Dubai Font in the PDF. Help me to solve this issue.
Thanks & Regards
Ponlingam S
IP: 212.97.62.176
6 years 8 months ago #14442
by federico
Replied by federico on topic Critical issue - Font issue
Dear Polignam S,
Do your PDF include these fonts?
If it doesn't you should add these fonts manually. I suggest you to see the knowledge base here .
Do your PDF include these fonts?
If it doesn't you should add these fonts manually. I suggest you to see the knowledge base here .
IP: 111.196.242.101
6 years 8 months ago #14443
by radaee
Replied by radaee on topic Critical issue - Font issue
Dear user,
PDF manufacturer can generate PDF file with unembed fonts.
for this type of PDF file, font matching using font symbols to link with external fonts.
font symbols here mean font name.
and, the font symbol list is initialized as federico said.
PDF manufacturer can generate PDF file with unembed fonts.
for this type of PDF file, font matching using font symbols to link with external fonts.
font symbols here mean font name.
and, the font symbol list is initialized as federico said.
- [email protected]
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
IP: 217.165.31.208
6 years 7 months ago #14460
by [email protected]
Replied by [email protected] on topic Critical issue - Font issue
Dear RadeePDF Team,
I added font mapping like below, But its not solved my font issue. still same. Please guide me how can achieve this.
Global_fontfileMapping("Dubai", "Dubai-Regular");
Global_fontfileMapping("Dubai,Bold", "Dubai-Bold");
Global_fontfileMapping("Dubai,Light", "Dubai-Light");
Global_fontfileMapping("Dubai,Medium", "Dubai-Medium");
Regards
Ponlingam S
I added font mapping like below, But its not solved my font issue. still same. Please guide me how can achieve this.
Global_fontfileMapping("Dubai", "Dubai-Regular");
Global_fontfileMapping("Dubai,Bold", "Dubai-Bold");
Global_fontfileMapping("Dubai,Light", "Dubai-Light");
Global_fontfileMapping("Dubai,Medium", "Dubai-Medium");
Regards
Ponlingam S
IP: 37.183.44.177
6 years 7 months ago - 6 years 7 months ago #14461
by federico
Replied by federico on topic Critical issue - Font issue
Deat Ponlignam S,
Global_fontfileMapping is used to set your custom font instead of other font.
If you want to add a font not embedded in your PDF you should use Global_fontfileListAdd or just add your font files in fdat/sdtFont folder
Global_fontfileMapping is used to set your custom font instead of other font.
If you want to add a font not embedded in your PDF you should use Global_fontfileListAdd or just add your font files in fdat/sdtFont folder
Last edit: 6 years 7 months ago by federico.
- [email protected]
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
IP: 86.98.77.35
6 years 7 months ago #14463
by [email protected]
Replied by [email protected] on topic Critical issue - Font issue
Dear Federico,
Thanks for your quick response. I already added my fonts files in fdat/sdtFont Folder. but if pdf having dubai font, its not displayed properly.
My problem is, my pdf having dubai font, its not displayed properly while opening in RadaeePDF viewer.
Thanks in advance.
Regards
Ponlingam S
Thanks for your quick response. I already added my fonts files in fdat/sdtFont Folder. but if pdf having dubai font, its not displayed properly.
My problem is, my pdf having dubai font, its not displayed properly while opening in RadaeePDF viewer.
Thanks in advance.
Regards
Ponlingam S
Time to create page: 0.423 seconds