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

Full View Print on Scheduler

Asked by Shivprasad Acharya
7 years ago.

Is there is any way to print scheduler by the full view?
I want to print scheduler by full view irrespective of the scroll.

Answer posted by Dan Letecky [DayPilot]
7 years ago.

Yes, it's possible using the standard exportAs().print() call. Just specify the area you want to export:

dp.exportAs("svg", { area: "full"}).print();

You can try it in the browser console in the Scheduler print demo:
https://javascript.daypilot.org/demo/scheduler/exportprint.html

See also:
https://doc.daypilot.org/scheduler/printing/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.