How to get the specific text from word document?
word document is like this
paragraph1:some text in this para
paragraph2: sometext in this para
big =large
center = middle
paragraph3: some text in this para
I want to get paragraph2 text from starting to ending(sometext........... center =middle) and I should insert this data into sql table using c#
can any body tell how to do this
thanq