Capturing text from a Word Doc

  • Thread starter Thread starter mwhite
  • Start date Start date
M

mwhite

Hi,

I need to find a way of capturing the text from a Word document, and
storing it. Preferably as a string, as I then need to be able to
manipulate the text in code and display it in my web app.
Please help!

Thanks in advance

Mat
 
You will need to buy a component for all docs before word 2007 (office
automation should not be used on a server), for word 2007 docs are saved in
zip file containing xml with the file ext docx.

HTH

Ciaran O'Donnell
 
Back
Top