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

Table columns widths are clearing when print to RTF

2 Answers 33 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shinee
Top achievements
Rank 1
Shinee asked on 30 Jun 2011, 10:50 AM
Hello there. I have an issue which is:
I am about to print this page --> Attachment 1. picture.

After successfully exported and printed, all table is no format and column.
Attachment No 2.
Please help me what should I do?

2 Answers, 1 is accepted

Sort by
0
Shinee
Top achievements
Rank 1
answered on 04 Jul 2011, 03:19 AM
Hi all. Pls help
0
Rumen
Telerik team
answered on 04 Jul 2011, 04:13 PM
Hello Shinekhuu,

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/recipes/RtfConverter.aspx.
As you can see 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. I was able to export bold formatting from the provided by you Bold.rtf file.
italic - supported
underline - supported
foreground and background colors - supported
table elements - unsupported
images- unsupported
indentations - 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

You can see the following video which demonstrates how the RTF import and export features work:
http://screencast.com/t/7ag9iDfqpZ.

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.

You should also note that good RTF import and export tools are very expensive and if we integrate such tools in RadEditor, the price of the Telerik suite will be increased a lot. That is why if you are currently not satisfied with the offered by RadEditor RTF functionality, you can 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.


All the best,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Shinee
Top achievements
Rank 1
Answers by
Shinee
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or