I am try using ckeditor to implement in my work project, My project task is want to convert article from HTML format to rtf (rich text format) and then paste it to ms word. To fulfil customer requirement "WYSIWYG" from editor to Ms Word.
But the problem is here, example
In Editor(HTML) is font size 14pt , then convert to RTF i found it become fs38 ( as i know fs is half point which is 16pt) and the output i get in MS word is 16pt which is wrong , this is not WYSIWYG already, Please Help, appreaciate your help.