I have a requirement to read/parse data collected inside a word document using ASP.NET / C#. I need to store the collected data (not the word document) inside a rational database. The word document has checkbox and drop down controls to capture the data.
I have access to the word document so I can update the document to add any extra tag/hints if required.
Is it possible to parse a word document using .Net?