I am creating asp.net web application. In that i have functionality to add data in ckeditor. So i get data in html format. And our data is already ready in word file which i have to import in our database. The data is in gujarati and with special characters and images. To import word file, i have created one desktop utility which have rtf control and try to insert record in database. in this utility i have added rtf control then read word document line by line and paste it into a rtf and at last i insert rtf text in database.
Now the issue is when i insert text from rtf, it removes all images and special characters. It is a problem. So either i have convert rtf to html or i have to support rtf in web application. but i am not finding solution from any of above.
So looking for any solution to import rtf data with gujarati fonts, images and special character.