Editor1.SaveRTF with image in doc crashes app

Last post 01-31-2008, 9:09 AM by rcastagna. 1 replies.
Sort Posts: Previous Next
  •  01-31-2008, 8:20 AM 36697

    Editor1.SaveRTF with image in doc crashes app

    Good morning, everyone...
     
    I'm having a couple of issues with Cute Editor, but the most important one is when I try to include an image in the body of a document and then save the document to an RTF format.
     
    It fails with an "Invalid URI: The format of the URI could not be determined" error down in the depths of the CuteEditor.Converter.RTF.HTML2RTF routines.
     
    Has anyone else experienced this issue? The code is very simple:
     
    Editor1.SaveRTF(string.Format("{0}/Testdoc.rtf", Server.MapPath("Templates")));
     
    so I don't think it's an issue of my not understanding the control, but I couldn't find anything else out in the forums that seemed to confirm or provide an answer to this problem.
     
    Any help would be very much appreciated!
     
    Thanks,
    Ric
    Filed under:
  •  01-31-2008, 9:09 AM 36698 in reply to 36697

    Re: Editor1.SaveRTF with image in doc crashes app

    I ran the example here on CuteSoft and was able to save/view an RTF document with an image, so there's obviously something I'm missing along the way.
     
    Please help!
View as RSS news feed in XML