Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i need to create an application which writes text into a word document while typing on a TextBox.any one knows a interface to achieve this?

share|improve this question
possible duplicate of How can a Word document be created in C#? – Binary Worrier Jun 2 '11 at 10:13
You can create the word file at server side and send it back to the client side. – Prakash Kalakoti Jun 2 '11 at 10:14
Rob z has an excellent answer to this question here – Binary Worrier Jun 2 '11 at 10:14

1 Answer

If you are talking about creating and/or filling a Word document completely from code, I recommend that you take a look at the (commercial) Aspose.Words library.

If you are talking about "remote-controlling" Word from your own application, I recommend that you take a look at Microsoft Office Automation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.