Is there a way to accurately import a word doc so that it can be edited with ckeditor?
currently, ckeditor allows copy paste from word, but the formatting isnt’t exact.
So I was wondering if maybe there was some tool out there that we could use to maybe accurately convert the word doc to html to use is ckeditor?
I’ve done this using docx4j. If working in java on the server is an option for you, I’d be happy to forward you my code.