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

Export images and tables to RTF

3 Answers 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jaime
Top achievements
Rank 1
Jaime asked on 05 Dec 2011, 03:11 PM
Hello!
i want to know if it is possible to export images and tables to rtf using radeditor. I've tried to export tables but once it is  exported, the table does not have a format, the lines don't appear and the content looks  like there is a letter for row. I attached a picture where you can see how a table looks like when it's exported

Is it  possible to export images and tables to rtf using radeditor?

thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Dec 2011, 03:25 PM
Hello John,

RadEditor uses two different free libraries to provide Import to RTF and Export to RTF features.

The first one used to provide RFT to HTML importation is available in this CodeProject's article: http://www.codeproject.com/KB/recipes/RtfConverter.aspx.
The library used for HTML to RTF exportation is available here http://www.codeproject.com/KB/HTML/XHTML2RTF.aspx.
Both libraries are written by different developers and they are not fully compatible with each other.

For your convenience I prepared a list of know limitations of the Import and Export features of both libraries:

RFT to HTML (Import)

bold
- supported..
italic - supported
underline - supported
foreground and background colors - supported
table elements - unsupported
images- unsupported
indentations - unsupported
superscript and subscript - unsupported

HTML to RTF (export)


bold - supported.
italic - supported
underline - unsupported
foreground and background colors - unsupported
table elements - partially supported - table borders are not exported
images- unsupported
indentations - supported
font family and size - unsupported
superscript and subscript - unsupported

The unsupported scenarios are hard for development and require more time for implementations and testing. Our development is concentrated currently on producing valid XHTML content and the import and export problems are logged with medium priority in our ToDo list. That is why we could not provide firm estimate for when the unsupported features will be available.

Please note that good RTF import and export tools are very expensive. If you are currently unsatisfied with the offered by RadEditor RTF functionality, you could search in Internet for another free or paid RTF to HTML importation and HTML to RTF exportation tools and we will help you to integrate them with RadEditor.


Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Jaime
Top achievements
Rank 1
answered on 05 Dec 2011, 03:40 PM
Hello Rumen, thanks for your reply
Image export is it available in pdf export? I've also tried that, but when i open the pdf it shows a message that says adoble cannot open it because it might be damaged or corrupted.

again, thanks

0
Rumen
Telerik team
answered on 05 Dec 2011, 04:31 PM
Hi John,

Yes, the PDF exported supports images, but they should have valid attributes and valid absolute paths.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Jaime
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jaime
Top achievements
Rank 1
Share this question
or