hello, i am trying to export pdf from my grid.
it was succesful but i have problems some charater in pdf.
it is shown as '#' for three character. ( not english character)
but i can see all the character correct in excel and word exporting.
something wrong on pdf
how can i do?
my utf 8 settings is correct.
and i am using following codes :
it was succesful but i have problems some charater in pdf.
it is shown as '#' for three character. ( not english character)
but i can see all the character correct in excel and word exporting.
something wrong on pdf
how can i do?
my utf 8 settings is correct.
and i am using following codes :
RadGrid.ExportSettings.IgnorePaging = true;
RadGrid.ExportSettings.ExportOnlyData = true;
RadGrid.ExportSettings.OpenInNewWindow = true;
RadGrid.ExportSettings.Pdf.AllowPrinting = true;
RadGrid.ExportSettings.Pdf.PaperSize = Telerik.Web.UI.GridPaperSize.Letter;
RadGrid.ExportSettings.Pdf.PageWidth = 1500;
RadGrid.ExportSettings.Pdf.PageTitle = "Users";
RadGrid.ExportSettings.Pdf.AllowModify = true;
RadGrid.ExportSettings.Pdf.AllowCopy = true;
RadGrid.ExportSettings.Pdf.FontType = Telerik.Web.Apoc.Render.Pdf.FontType.Embed;
RadGrid.MasterTableView.ExportToPdf();
11 Answers, 1 is accepted
0
emrah
Top achievements
Rank 1
answered on 17 Feb 2009, 02:53 PM
can any admin help me?
0
Hello emrah,
I followed your scenario in order to replicate the issue but to no avail.
I suggest that you send me a small project illustrating the unexpected behavior, which would allow me to track the issue locally.
I am looking forward to hearing from you soon.
Best wishes,
I followed your scenario in order to replicate the issue but to no avail.
I suggest that you send me a small project illustrating the unexpected behavior, which would allow me to track the issue locally.
I am looking forward to hearing from you soon.
Best wishes,
Pavlina
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ehsan
Top achievements
Rank 1
answered on 31 Mar 2009, 12:09 PM
i have this problem too..
please help me..
does pdf export of telerik support national characters?
example character : سلام
please help me..
does pdf export of telerik support national characters?
example character : سلام
0
Pouya ir
Top achievements
Rank 1
answered on 22 May 2010, 02:11 PM
telerik please help, and reply this topic.
0
Hello,
You can export Unicode content as explained in the documentation:
RadGrid PDF export help topic
Export to PDF online demo
Unfortunately right-to-left languages are not supported at this point. We will do our best to implement this functionality in a future version of RadGrid.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You can export Unicode content as explained in the documentation:
RadGrid PDF export help topic
Export to PDF online demo
Unfortunately right-to-left languages are not supported at this point. We will do our best to implement this functionality in a future version of RadGrid.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
MSHADroo
Top achievements
Rank 2
answered on 11 Jun 2013, 07:36 PM
hi
is this problem solved in telerik Q3 2012?
I have a radgrid and I want to get Exporting to pdf from this. but my charset is not shown correctly.
is this problem solved in telerik Q3 2012?
I have a radgrid and I want to get Exporting to pdf from this. but my charset is not shown correctly.
0
Hello,
Unfortunately the RTL problem is not fixed yet. I will update this thread if we have progress on this issue.
Please accept our apologies for any inconvenience caused.
Regards,
Daniel
Telerik
Unfortunately the RTL problem is not fixed yet. I will update this thread if we have progress on this issue.
Please accept our apologies for any inconvenience caused.
Regards,
Daniel
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Arash
Top achievements
Rank 1
answered on 31 Jul 2015, 07:38 AM
Please apply changes for RTL languages. We are looking forward to hear good news , thank you so much.
0
Hello Arash,
You can try our ClientExportManager:
ClientExportManager demo
Regards,
Daniel
Telerik
You can try our ClientExportManager:
ClientExportManager demo
Regards,
Daniel
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
Sanju
Top achievements
Rank 1
Iron
answered on 30 Apr 2019, 08:37 AM
0
Hi Sanju,
You can use the RadClientExportManager to export RTL content including RadGrid.
The following integration demo shows how to export RadGrid - https://demos.telerik.com/aspnet-ajax/client-export-manager/applicationscenarios/export-radgrid/defaultcs.aspx.
For your convenience I recorded a demonstration video at http://youtu.be/f0k7YnuADrA?hd=1.
Regards,
Rumen
Progress Telerik
You can use the RadClientExportManager to export RTL content including RadGrid.
The following integration demo shows how to export RadGrid - https://demos.telerik.com/aspnet-ajax/client-export-manager/applicationscenarios/export-radgrid/defaultcs.aspx.
For your convenience I recorded a demonstration video at http://youtu.be/f0k7YnuADrA?hd=1.
Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
