Capturing text from a Word Doc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mwhite@mbasys.co.uk

    #1

    Capturing text from a Word Doc

    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

  • Ciaran O''Donnell

    #2
    RE: Capturing text from a Word Doc

    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

    "mwhite@mbasys. co.uk" wrote:
    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
    >
    >

    Comment

    Working...