Try this
, will help to get some idea,
Let me know
-Vin
Hi Vin,Thanks for your reply.Definitely it will help me. Is there any other way to convert it to HTML equivelant instead of '&#x%04X;' EX: word format single quote should converted to ‘If you know any method available please let me know.Thanks
Hi Vin,Is there any other way to convert it to HTML equivelant instead of '&#x%04X;' EX: word format single quote should converted to ‘If you know any method available please let me know.Thanks
I hope the reference by Boris helped you.
I have a similar situation, we fixed it by customizing an external editor ,
called FCKeditor , it uses a .js to clean (80%-90%) the word docs,
It’s basically a good java script regex code ,
Refer /study the code and write your custom .js
( you can execute this OnSave ) and clean the code before save it
(Web-based HTML text editor with powerful formatting capabilities )
Try to view the code
, Search function CleanWord () , A very good reference
you can also use native2ascii conversion in command prompt. Then you will get the exact conversion.