This is a migrated thread and some comments may be shown as answers.

Editor show RTF Text

4 Answers 302 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 16 Nov 2016, 02:23 PM

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

Sort by
0
Rumen
Telerik team
answered on 16 Nov 2016, 02:27 PM
Hi Thomas,

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
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Thomas
Top achievements
Rank 1
answered on 16 Nov 2016, 05:14 PM

Ok 

thank you for the response

0
Checkprint Coders
Top achievements
Rank 1
answered on 02 Oct 2020, 10:28 AM

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

0
Neli
Telerik team
answered on 06 Oct 2020, 07:18 AM

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

Tags
Editor
Asked by
Thomas
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Thomas
Top achievements
Rank 1
Checkprint Coders
Top achievements
Rank 1
Neli
Telerik team
Share this question
or