I've noticed there are two methods saveRTF() and loadRTF() to save/retrieve editor's content to/from rtf file.
This is great feature but I would like to load editor's content to a stream(or string variable) and save it to a database as rtf formated text.
Is there any way to acomplish that without creating an actual file?
Thanks Angel