Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>RadEditor</strong> uses two different free libraries to provide Import to RTF and Export to RTF features.</p> <p>The first one used to provide RFT to HTML importation is available in this CodeProject's article: <a href="http://www.codeproject.com/KB/recipes/RtfConverter.aspx" rel="nofollow">http://www.codeproject.com/KB/recipes/RtfConverter.aspx</a>. The library used for HTML to RTF exportation is available here <a href="http://www.codeproject.com/KB/recipes/RtfConverter.aspx" rel="nofollow">http://www.codeproject.com/KB/recipes/RtfConverter.aspx</a>. As you can see both libraries are written by different developers and they are not fully compatible with each other.</p> <p>For your convenience I prepared a list of know limitations of the Import and Export features of both libraries:</p> <p>RFT to HTML (Import)</p> <p>bold - supported. I was able to export bold formatting from the provided by you Bold.rtf file.<br> italic - supported<br> underline - supported<br> foreground and background colors - supported<br> table elements - unsupported<br> images- unsupported<br> indentations - unsupported </p> <p>HTML to RTF (export)</p> <p>bold - supported.<br> italic - supported<br> underline - unsupported<br> foreground and background colors - unsupported<br> table elements - partially supported - table borders are not exported<br> images- unsupported<br> indentations - supported </p> <p>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 required features will be available.</p> <p>Please note that good RTF import and export tools are very expensive. 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.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload