Madan Mohan Venkat
Top achievements
Rank 1
Madan Mohan Venkat
asked on 13 Dec 2012, 12:47 PM
How to Export Chart to an image and to pdf?
9 Answers, 1 is accepted
0
Accepted
Hi Venkat,
Iliana Nikolova
the Telerik team
We have a code library project which demonstrates how to export Kendo UI Chart to a PNG or a PDF file using Inkscape.
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Madan Mohan Venkat
Top achievements
Rank 1
answered on 13 Dec 2012, 04:42 PM
is there any way to add an water mark on the graph ?
0
Hi Venkat,
This is not supported out of the box in Kendo UI DataViz and in order to achieve it a custom implementation is needed. For example you could create a covered <div> which contains text/image and place such HTML element over the chart. For your convenience here is a basic example which demonstrates the aforementioned approach in action.
Regards,
Iliana Nikolova
the Telerik team
This is not supported out of the box in Kendo UI DataViz and in order to achieve it a custom implementation is needed. For example you could create a covered <div> which contains text/image and place such HTML element over the chart. For your convenience here is a basic example which demonstrates the aforementioned approach in action.
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Sean Mars
Top achievements
Rank 1
answered on 08 Nov 2013, 03:38 PM
Winnovative HTML to PDF Converter works beautifully. After many hours of research I found this to be the best solution. This will render the full range of Kendo UI controls and charts (DataViz). Try their demo by pasting the Kendo UI chart demo link below.
http://www.winnovative-software.com/htmltopdfdemo/default.aspx
Paste a demo link such as this one http://demos.kendoui.com/dataviz/pie-charts/index.html
http://www.winnovative-software.com/htmltopdfdemo/default.aspx
Paste a demo link such as this one http://demos.kendoui.com/dataviz/pie-charts/index.html
0
Elio Querze
Top achievements
Rank 1
answered on 14 Nov 2013, 09:45 PM
Stay all client-side. And with a much more friendly license than inkscape. (both use MIT).
Use these in combo:
https://code.google.com/p/canvg/
http://www.nihilogic.dk/labs/canvas2image/
Use these in combo:
https://code.google.com/p/canvg/
http://www.nihilogic.dk/labs/canvas2image/
0
Jamal
Top achievements
Rank 1
answered on 06 Apr 2014, 03:15 PM
Hi Iliana,
I would be really greateful if you could provide us with a code in asp.net web forms to acheive the same result you did with MVC code above.
Thanks
I would be really greateful if you could provide us with a code in asp.net web forms to acheive the same result you did with MVC code above.
Thanks
0
Hello,
We've made an ASP.NET WebForms version of this demo available here:
https://github.com/telerik/kendo-examples-asp-net/tree/master/chart-inkscape-export
The ASP.NET MVC demo is available on GitHub as well:
https://github.com/telerik/kendo-examples-asp-net-mvc/tree/master/chart-inkscape-export
I hope this helps.
Regards,
T. Tsonev
Telerik
We've made an ASP.NET WebForms version of this demo available here:
https://github.com/telerik/kendo-examples-asp-net/tree/master/chart-inkscape-export
The ASP.NET MVC demo is available on GitHub as well:
https://github.com/telerik/kendo-examples-asp-net-mvc/tree/master/chart-inkscape-export
I hope this helps.
Regards,
T. Tsonev
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.
0
Jeremy
Top achievements
Rank 1
answered on 29 Jul 2014, 01:04 PM
The link is broken.
0
Hello,
The GitHub repo appears to be up, at least for the moment.
Do you still have trouble accessing it?
Regards,
T. Tsonev
Telerik
The GitHub repo appears to be up, at least for the moment.
Do you still have trouble accessing it?
Regards,
T. Tsonev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!