Hi,
I'm trying to export the content of the radeditor to PDF. I can load the radeditor without a problem ie RadEditor.Content = MyText()
I used the below on a button click event:
Any clues?
Thanks in advance.
I'm trying to export the content of the radeditor to PDF. I can load the radeditor without a problem ie RadEditor.Content = MyText()
I used the below on a button click event:
PrintEditor.ExportToPdf();
When I do I can the attached error. The thing is, when I copy the html code from the editor and hard code it in to the <Content></Content> tags it works fine.Any clues?
Thanks in advance.