I have used this Kendo editor but when i try to copy image with text , only text get copied not images. Please someone can help me on this.I am trying to copy text along with images from word file to Kendo editor but not working.
Thank you
I have used this Kendo editor but when i try to copy image with text , only text get copied not images. Please someone can help me on this.I am trying to copy text along with images from word file to Kendo editor but not working.
Thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Mar 13, 2024, 5:57 AM
When copying text along with images from a Word file to a Kendo editor, the issue might be related to how the editor handles image data. To ensure that both text and images are copied correctly, you may need to handle the image data separately during the copy operation. One approach is to extract the image data from the Word file and insert it into the Kendo editor as an image element.
By extracting the image data and inserting it as an image element with the appropriate base64 encoding, you can ensure that both text and images are copied correctly into the Kendo editor.