search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to export Gantt view in png/svg/pdf

Asked by Bikram Jeet Singh
1 year ago.

Hello,

I was able to export svg & png, but are not properly exported. Getting the html also with the elements (shown in attachment) ex. htmlRight for tasks, html for row etc..

I exported using:
(this.dp as any).exportAs("svg", { area: "full"}).download()
(this.dp as any).exportAs("png", { area: "full"}).download()

Want to know how I can export it to pdf?

Answer posted by Dan Letecky [DayPilot]
1 year ago.
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.