This question is locked. New answers and comments are not allowed.
Hi,
I have created telerik mvc charts on my site, now i want to export chart to pdf, doc etc...Please give me the solution for this without using Inkscape. I am working on this from last three days. Please help me out.
Regards
Nitin Yadav
I have created telerik mvc charts on my site, now i want to export chart to pdf, doc etc...Please give me the solution for this without using Inkscape. I am working on this from last three days. Please help me out.
Regards
Nitin Yadav
4 Answers, 1 is accepted
0
Manasa
Top achievements
Rank 1
answered on 12 Oct 2012, 06:41 AM
Hi,
Even i want solution for the saem.
I have created Telerik MVC chart . Now i need to have Export to Excel and PDF. Please help to do this without using inkscape.
Even i want solution for the saem.
I have created Telerik MVC chart . Now i need to have Export to Excel and PDF. Please help to do this without using inkscape.
0
Manasa
Top achievements
Rank 1
answered on 12 Oct 2012, 07:03 AM
i have few more questions:
1. We have alreadty designed aroung 20 chart using Telerik MVC chart control in our . Now we need export to Excel nd PDF for the same.
In one of the forum i, saw that Telrik Report viewwe can be used for "Export to Exel" functionality.
Can we use Telrik Report viewer to export the chart which is deleveoped using a telerik MVc control.
2. is there a way to create charts using telerik Report View using using any telrik mvc controls .
1. We have alreadty designed aroung 20 chart using Telerik MVC chart control in our . Now we need export to Excel nd PDF for the same.
In one of the forum i, saw that Telrik Report viewwe can be used for "Export to Exel" functionality.
Can we use Telrik Report viewer to export the chart which is deleveoped using a telerik MVc control.
2. is there a way to create charts using telerik Report View using using any telrik mvc controls .
0
Nitin
Top achievements
Rank 1
answered on 14 Oct 2012, 03:21 AM
hi, we are using now hiQpdf library to export telerik's MVC chart to varios format like pdf, png, word etc...but for this you need to fetch html of all the charts and send to the controller for creating in varios formats. HiQpdf is a paid library. There is no way to export telerik's charts to Excel and PDF directly, we have to use libraries to export charts. For Excel i am doing its my way and creating excel by using microsoft excel library. Thanks
0
Achilles
Top achievements
Rank 1
answered on 28 Mar 2013, 04:40 AM
You can try to sent your chart to a print window.
When you call print with "window.print();" for the print window in javascript, you can print it to something like PrimoPDF instead of a real printer .
Achilles
When you call print with "window.print();" for the print window in javascript, you can print it to something like PrimoPDF instead of a real printer .
Achilles