Hi,
is it possible to show Word RTF Text inside this editor (bcz when I do I get all the RTF Stuff printed out and not processed) ?
And if not, is there any way to display RTF Text inside one of your components ? (I tried the new component you added which converts html to rtf, but its not always converting my stream text correctly - I guess I am missusing that component by just trying to convert text, but I tried my luck :)
Regards
4 Answers, 1 is accepted
The requested feature is planned for the upcoming R1 2017 release. You can find details about it in this GitHub item: Import from RTF and DOCX along with Export to RTF, DOCX and PDF.
Best regards,
Rumen
Telerik by Progress

Ok
thank you for the response

Hi
i am looking to import a rtf file at server side and display it on your mvc editor.
can you please guide me how we can achieve this. i dont want to use your build-in "Import as" tool. when page rendered, i want the editor to populate the rtf document.
thanks
regards
hassan
Hello,
I noticed that you have found a solution to the issue in the support thread regarding the same topic. However, I will leave a comment here as it could be helpful to someone else in the future with a similar issue.
For such scenarios, it is necessary the Telerik Document Processing Library to be used. As you correctly noticed the EditorImport.ToRtfImportResult method should be used
htmlResult = EditorImport.ToRtfImportResult(file, settings);
As the Import and Export functionality is a server-side integration of the Telerik Document Processing suite you can refer to the documentation here for further details.
I hope this helps.
Regards,
Neli
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.