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

ASP.NET MVC Editor PDF Export

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
pdf_export.cshtml
Pdf_ExportController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

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 MVC 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.

Additional Apps

This Editor example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC 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 the ThemeBuilder.

Support & Learning Resources

Additional Resources