New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Editor PDF Export
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The PDF format is used to present documents in a manner independent of application software, hardware and operating systems. The Telerik UI for ASP.NET Core Editor comes with a built-in option to export its content to PDF.
To enable the PDF export, add the PDF tool to the toolbox of the component by setting .Tools(tools => tools.Pdf())
, as demonstrated in this demo. You can also configure additional export settings by passing a lambda expression to the Pdf
attribute. For example, you can specify the file name and whether to export all pages, margins, paper size, font, and so on.