I'm working on a project (asp.net, c#, vb 2010, .net 4) and I need to read both DOC and DOCX files, that I've previosly uploaded (I've done uploading part). Tricky part is that I don't have MS Office installed on server and that I can't use it.
Is there any public library that I can include into my project without having to install anything? Both docs are very simple:
NUMBER TAB STRING
NUMBER TAB STRING
NUMBER TAB STRING
...
I need to extract number and string for each row (paragraph).
May someone help with this? I should repeat once again that I'm limited in a way that I can't install anything on a server.