Hello. I'm using the NRichTextView control and am trying to insert a hyperlink into my document and saved it to RTF. The hyperlink is fine (shows up as a link) in my document, but when I save it to rtf string/file, the link is lost. I've attached the resulting rtf file which in the control was just two lines "test text" and "test link" which the latter was a hyperlink to www.asdsoftware.com. After saving to RTF the hyperlink is gone.
Previously I posted about an issue with saving tables to RTF and you resolved that by having me add document.Evaluate() prior to my call to SaveToStream. Maybe there is something similar to fix this?
Thanks!