Hi,
We are currently developing a small time application in ASP.NET which requires conversion of form data to word document.
The form textareas use rich text editor TinyMCE, so whatever the data is written, is converted to html tags and we wish to keep the same effetcs (bold, lists etc..) in the generated word file too. But for some reason it is not working.
We are using WordML method to create the word document. And we also tried using word com object (11.0) but that too didn't help.
I would appriciate if someone can throw some light and guide to fix the things up.
Bookmarks