I want to create a Rich Text Format (RTF) editor in flex, is it doable? I was initially excited about the RTE component until I realized that the output is html. Has anyone created either an RTF component, or a reliable translation class from html to RTF?
My end goal is to create a mail merge component where the users will be able to create a document with tags that can be replaced with fields from a DB. Once merged I want to send it to a word processor such as word for rendering to the printer. Paul

