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

RadGrid PdfExport Encoding

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Poyraz
Top achievements
Rank 1
Poyraz asked on 04 May 2011, 01:21 PM
Hello

I use

grdOrders.MasterTableView.ExportToPdf();

to export my grid to pdf, it works fine however, when i open pdf file, I see turkish charaters "ş,ç,ğ"  broken as  "#"
Is there a way to set encoding of pdf export? i couldnt find it in documentation.

Thanks

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 05 May 2011, 09:51 PM
Hello Poyraz,

You can just change the default font to Arial Unicode MS:
<ExportSettings>
    <Pdf DefaultFontFamily="Arial Unicode MS" />
</ExportSettings>

Regards,
Daniel
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Poyraz
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or