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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top