Hi I am using Ckeditor 3.6.1 which is latest version. My requirement is that I have to preserve all styles of font (color, font family etc.) while copying text from word. For this I had to change config file "pastefromword/filter/default.js" as:
"pasteFromWordRemoveFontStyles==false"
Everything is copying properly from word but when I copied text from a word file in other system then font family is not copying. I don't know whether it is a words version problem of not because I have opened this doc in my word and it is still not coming. I am using word 2007. I have attached both files one is preserving font family and other is not.
Sorry if this issue has been previously mentioned but I didn't find any help regarding this.
Thanks in advance.
"pasteFromWordRemoveFontStyles==false"
Everything is copying properly from word but when I copied text from a word file in other system then font family is not copying. I don't know whether it is a words version problem of not because I have opened this doc in my word and it is still not coming. I am using word 2007. I have attached both files one is preserving font family and other is not.
Sorry if this issue has been previously mentioned but I didn't find any help regarding this.
Thanks in advance.
Re: Font family is not copying from some word document.
Now there is an another problem, if my word doc has any italic font within paragraph then it is breaking css, like:
<em><span style="font-family: verdana,sans-serif;">Italic</span> <em>text here
while this should be come like :
<span style="font-family: verdana,sans-serif;"><em>Italic <em>text here</span>
Does anybody know about this problem ?