New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core Scheduler PDF Export

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
pdf_export.cshtml
Pdf_ExportController.cs
SchedulerTaskService.cs
TaskViewModel.cs
Pdf_Export_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

The Telerik UI for ASP.NET Core Scheduler enables you to export its data to a PDF. Under the hood, to provide a simple object model for building and manipulating visual scenes, the available PDF export options utilize the Kendo UI for jQuery Drawing graphics library.

To export the content to PDF include the corresponding command to the Scheduler’s toolbar .Toolbar(t => t.Pdf()) and configure the export settings through the Pdf settings. You can specify the file name, margins, paper size and other properties made available by the SchedulerPdfSettingsBuilder.

This demo shows the PDF export of the Scheduler with its FileName and ProxyUrl configurations set up.

Additional Apps

This Scheduler example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources