Collect data from ms Word with c#

  • Thread starter Thread starter Ang
  • Start date Start date
First how can I make a word doc like this link?
http://www.cityu.edu.hk/hro/job_v/appform/appform_adexe.doc

And next how to collect the user inputed data in the word by c#?

I searched many articles on Internet which all about collecting the
whole content of word but no article about specific values from word,

This is all you need:
http://www.aspose.com/Products/Aspose.Words/

Obviously, don't even think of server-side Office automation:
http://www.aspose.com/Products/Aspose.Words/Api/index.html?url=Why-not-Automation.html
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2
http://support.microsoft.com/default.aspx/kb/288367
 
Hello Ang,

I'd done this with InfoPath and then use templates to parse it to word and
vise versa

See some details about that there http://enterprise-solutions.swits.n...-send-email-attachment-outlook&c=infopath2003

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


A> hi all,
A>
A> First how can I make a word doc like this link?
A> http://www.cityu.edu.hk/hro/job_v/appform/appform_adexe.doc
A> And next how to collect the user inputed data in the word by c#?
A>
A> I searched many articles on Internet which all about collecting the
A> whole content of word but no article about specific values from word,
A>
A> hope someone can help me, many thanks.
A>
A>
A>
 
Back
Top