Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > BETA RadEditor: Export to RTF

Answered BETA RadEditor: Export to RTF

Feed from this thread
  • dummy avatar

    Posted on Feb 24, 2010 (permalink)

    Hi Telerik,

    I saw your Beta RadEditor for exporting to RTF format and tried putting a simple table with 2 columns and 1 row of data. But when I preview the RTF file it didn't generate correctly.

    Attached is the RTF screen dump.

    Here's the html code:

    <table style="width: 231px; height: 51px;">  
        <tbody> 
            <tr> 
                <td><strong>Name</strong></td>  
                <td><strong>Dept</strong></td> 
            </tr> 
            <tr> 
                <td>James</td> 
                <td>Sales</td> 
            </tr> 
        </tbody> 
    </table> 

    Thanks!


     
    Attached files

    Reply

  • Answer Rumen Rumen admin's avatar

    Posted on Feb 24, 2010 (permalink)

    Hi,

    Thank you for your feedback.

    The export to RTF is a new feature introduced in the Q1 2010 beta of RadEditor and it does not offer the requested export of table elements to RTF. The missing tables export is a limitation of the HTMLtoRTF library that RadEditor uses and we will do our best to implement this feature in the future builds of RadEditor.

    This feature will be most likely not implemented for the Q1 2010 release due to the complexity of its implementation and limited time for development and and testing until the official release.

    We will log all reported issues in our bug tracking system and implement / fix them for the upcoming releases.

    Best regards,
    Rumen
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • dummy avatar

    Posted on Feb 28, 2010 (permalink)

    Thank you Rumen!

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > BETA RadEditor: Export to RTF