Paste from Word

Last post 02-18-2010, 4:38 PM by Anonymous. 10 replies.
Sort Posts: Previous Next
  •  01-15-2010, 10:38 AM 58194

    Paste from Word

    Hi Everyone,
     
    I've scanned the forums, but not found a solution yet.  Is anyone else know a way to remove all the word coding when pasting from a word doc?
     
    I've tried all the different editor paste options and settled for PastePureText as that removes Word 2003 coding, but it doesn't seem to work with Word 2007/2008/2010.
     
    Any advise would be gratefully received.
     
    Rich
  •  01-15-2010, 10:40 AM 58195 in reply to 58194

    Re: Paste from Word

  •  01-15-2010, 10:53 AM 58197 in reply to 58195

    Re: Paste from Word

    Thanks for your reply Adam, when I select the same (PastePureText) on your page it works, but not on mine :(
     
    Below is my code, does it look ok? 
     
    1. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    2.   
    3.   
    4. <CE:Editor id="txtText" EditorWysiwygModeCss="example.css" Autoconfigure="none" Height="50" width="740" enableantispamemailencoder="true" converthtmltagstolowercase="true" showhtmlmode="true" showpreviewmode="true" runat="server" showbottombar="true" showenlargebutton="true" showdecreasebutton="true" showtoolbar="true" userelativelinks="true" activetab="Edit" maintainaspectratiowhendraggingimage="true" DisableItemList="Save,New,Delete" usefonttags="false" breakelement="br" editoronpaste="PastePureText"></CE:Editor>  
    Cheers,
     
    Rich
  •  01-15-2010, 12:28 PM 58201 in reply to 58197

    Re: Paste from Word

    Dear Rich,
     
    I have tested your code,  you need check the path of css file, EditorWysiwygModeCss="example.css" , if "example.css" is in parent folder, you need change it to EditorWysiwygModeCss="../example.css"
     
    Regards,
    Eric
  •  01-16-2010, 1:33 PM 58205 in reply to 58201

    Re: Paste from Word

    Eric:
    Dear Rich,
     
    I have tested your code,  you need check the path of css file, EditorWysiwygModeCss="example.css" , if "example.css" is in parent folder, you need change it to EditorWysiwygModeCss="../example.css"
     
    Regards,
    Eric
     
    Thanks Eric, the example.css is in the same folder as the pages with the CuteEditor code in and everything works ok, except for the pasting from Word 2007/8/10.
     
    Rich
  •  01-17-2010, 8:40 PM 58215 in reply to 58197

    Re: Paste from Word

    wallacr:
    Thanks for your reply Adam, when I select the same (PastePureText) on your page it works, but not on mine :(
     
    Below is my code, does it look ok? 
     
    1. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    2.   
    3.   
    4. <CE:Editor id="txtText" EditorWysiwygModeCss="example.css" Autoconfigure="none" Height="50" width="740" enableantispamemailencoder="true" converthtmltagstolowercase="true" showhtmlmode="true" showpreviewmode="true" runat="server" showbottombar="true" showenlargebutton="true" showdecreasebutton="true" showtoolbar="true" userelativelinks="true" activetab="Edit" maintainaspectratiowhendraggingimage="true" DisableItemList="Save,New,Delete" usefonttags="false" breakelement="br" editoronpaste="PastePureText"></CE:Editor>  
    Cheers,
     
    Rich
     
    Rich,
     
    Which version are you using?
     
    Can you download the latest build then try again?
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-19-2010, 4:58 AM 58262 in reply to 58215

    Re: Paste from Word

    Adam:
     
    Rich,
     
    Which version are you using?
     
    Can you download the latest build then try again?
     
    Hi Adam,
     
    Sorry for the late reply, for some reason I'm not getting the email alerts for replies even though I subscribed to them.  Anyway, thanks for replying.  It now seems to work when done via IE, but not Crome.  I can cope with that though.
     
    Thank you for helping me.
     
    Rich
  •  01-19-2010, 9:16 AM 58267 in reply to 58262

    Re: Paste from Word

    Dear wallacr,
     
    We are inverstigating this issue and will get back to you as soon as possible.
     
    Regards,
    Eric
  •  01-20-2010, 3:12 PM 58290 in reply to 58267

    Re: Paste from Word

    Eric:
    Dear wallacr,
     
    We are inverstigating this issue and will get back to you as soon as possible.
     
    Regards,
    Eric
     
    Thanks Eric, I appreciate it.
     
    Rich
  •  01-21-2010, 12:48 PM 58294 in reply to 58262

    Re: Paste from Word

    wallacr:
    Adam:
     
    Rich,
     
    Which version are you using?
     
    Can you download the latest build then try again?
     
    Hi Adam,
     
    Sorry for the late reply, for some reason I'm not getting the email alerts for replies even though I subscribed to them.  Anyway, thanks for replying.  It now seems to work when done via IE, but not Crome.  I can cope with that though.
     
    Thank you for helping me.
     
    Rich
     
    Rich,
     
    Please check the online demo again.
     
    This issue is fixed.
     
    Keep me posted
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  02-18-2010, 4:38 PM 58821 in reply to 58294

    Re: Paste from Word

    I've got the same problem back, pasting from Word/Outlook 2007/2008/2010 is not pasting cleanly and I'm getting several complaints a week from my clients, even with the latest version installed.
     
    Based on the code previously posted, is there something obvious that I'm missing?  As if so, I'd really appreciate it being pointed out to me, because I'm completely missing it :(
     
    Thanks again,
     
    Rich
View as RSS news feed in XML