This is a migrated thread and some comments may be shown as answers.

Export Pdf Turkish Character Problem

1 Answer 813 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bülent
Top achievements
Rank 1
Bülent asked on 12 Nov 2014, 03:57 PM
Hi 
I have a Turkish character problem in c# Radeditor pdf export. I use "Arial Unicode MS" font. Characters like ı-ş-Ş-ğ-Ğ-İ don't be a problem in editor Desing or Html , but after exporting to pdf these characters are displayed as "#". I think the reason is that Azure server i published doesn't have this font.
I cannot install any fonts to the server. How can I solve this problem?
The telerik version I use is q2 2014.

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 17 Nov 2014, 02:44 PM
Hello Bülent,

You can try resolving this behavior by setting the DefaultFontFamily poperty of the ExportSettings-Pdf section to a unicode font.

For example:
<telerik:RadEditor ID="RadEditor1" runat="server" ContentFilters="DefaultFilters,PdfExportFilter">
    <ExportSettings OpenInNewWindow="true">
        <Pdf DefaultFontFamily="Arial Unicode MS"></Pdf>
    </ExportSettings>
</telerik:RadEditor>


Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Bülent
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or