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

Gantt chart export to pdf or png

5 Answers 220 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Bhauvik T
Top achievements
Rank 1
Bhauvik T asked on 04 Nov 2014, 12:55 PM
Hi,

We are using Telerik gantt chart and it is working fine. We have some following queries regarding to the gantt chart.

1.    We want to export gantt chart to pdf or png but due to the gantt chart's html structure we are not able to do that. Is there any way to export gantt chart to pdf or png?
2.    When data column section (left section) of the gantt chart have horizontal scroll bar but task graph section (right section) of the gantt chart does not have horizontal scroll bar that time last row does not show. so how can we show last row?

5 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 04 Nov 2014, 01:43 PM
Hello,

Export to PDF will be included out of the box in our upcoming 2014 Q3 release, which is scheduled for the second half of November.

As for the scrolling issue, you can use the following CSS:
#gantt .k-timeline .k-grid-content {
    overflow-x: scroll
}


Regards,
Bozhidar
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Jim
Top achievements
Rank 1
answered on 25 Jan 2018, 06:11 PM
I am not seeing a png or image export option.  Any suggestions?  Tried some third party pdf converting to images but I was not impressed with the quality.
0
Bozhidar
Telerik team
answered on 29 Jan 2018, 08:22 AM
Hello,

You can use the Kendo Drawing API to export arbitrary page content:
https://demos.telerik.com/kendo-ui/pdf-export/index

Regards,
Bozhidar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jim
Top achievements
Rank 1
answered on 30 Jan 2018, 01:23 PM
Your suggestion will work well for me.  Can you point me to an example of how to create the export proxy service local.  I will not be able to use the https://demos.telerik.com/kendo-ui/service/export
0
Bozhidar
Telerik team
answered on 31 Jan 2018, 09:54 AM
Hi,

Sure, here:
https://docs.telerik.com/kendo-ui/framework/save-files/introduction#server-proxy-implementations

Regards,
Bozhidar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Gantt
Asked by
Bhauvik T
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Jim
Top achievements
Rank 1
Share this question
or