New to Telerik UI for ASP.NET Core? Download free 30-day trial
Export to PDF
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
Nowadays, the PDF format is very popular and widely used to present documents in a manner independent of application software, hardware and operating systems. This demo demonstrates how to export the Telerik Core Scheduler contents to PDF.
The approach is very straight-forward - 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 attribute. You can specify the file name and whether to export all pages, margins, paper size, font and other.