Read Word File with ASP

  • Thread starter Thread starter SJ
  • Start date Start date
S

SJ

Dear Friends,

In my Asp file I have the binary for a Microsoft Word document that I
read from an email attachement. Does anyone know how I can get the text
out of the binary format?

Do I have to save it as a .doc on the server then open it with
Microsofts OLE?


Thanks for your help,
-Scott
 
That is the easiest way. Your other option is to open from memory, but you
will have to find a component that will read the raw Binary stream as a Word
doc.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 

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