New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Load HTML file in RadEditor and Export it to PDF with RadPdfProcessing

Environment

ProductProgress® Telerik® UI for ASP.NET AJAX

Description

The article shows how to automatically import on Page_Load HTML content in RadEditor from an external HTML file and export it to PDF with the help of HtmlFormatProvider and PdfFormatProvider providers part of the Progress RadPdfProcessing library.

Solution

Here is the solution:

ASPX
<telerik:RadEditor ID="RadEditor1" runat="server"></telerik:RadEditor>

See Also