I have three issues I need help with.
1) I need to know how call the word cleanup function (from the code cleaner dialog) without opening the dialog first. Same with the font cleaner. What I want to be able to do is allow a user to click a "Word cleanup" button, and have just that function run.
2) I need to know if there is a way to remove Word-specific characters, such as the apostrophe (’). I need to be able to remove these word-specific characters, and replace them with the generic versions (such as an ascii apostrophe(')), so that the document will display correctly on any browser. The Word cleanup button does not seem to accomplish this, as I had hoped it would.
3) When using the right-click -> Paste function, it does not prompt the user to Paste from Word, like it does when using CTRL+V. I need to know how to accomplish this as well.
Thanks a lot, and any help would be greatly appreciated.