I added the Word options, but when I paste from word the font is not going in at the right size. Is there a way to fix that? If not is there a way to adjust the editor so the font always goes in a pre set size?
Tue, 09/09/2014 - 06:20
#1
Word options
After paste from word style added from Word not view on editor
See http://docs.ckeditor.com/
See http://docs.ckeditor.com/#!/guide/dev_howtos_pasting
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
I have added both the
I have added both the following
config.pasteFromWordRemoveFontStyles = false;
config.pasteFromWordRemoveStyles = false;
But is still does not paste in correctly. The font is always super small when I paste it in.
Can you report a ticket on
Can you report a ticket on our Development site?
Please give as many details as possible regarding your editor version & configuration, the OS, Word version and browser you are using and preferably also provide a sample document that's giving you problems.
Paste from Word issues are usually quite tricky since you have to deal with various clipboard implementations of Word, OS and browser.
Thanks!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!