bhavesh
bhavesh

Reputation: 31

Reading a .doc or .docx file in asp.net c#

i'm just workin on a project which requires to read word document. i want to know how to read the *.doc file character by character.... how can i do it?

thanx

Upvotes: 1

Views: 2091

Answers (1)

Rubens Farias
Rubens Farias

Reputation: 57996

A DOCX can be read by using Open XML SDK 2.0 for Microsoft Office

Upvotes: 2

Related Questions