Link to home
Start Free TrialLog in
Avatar of TotalIQ
TotalIQ

asked on

Extract from MS Word without Word installed

I need to extract from MS Word documents without MS Word installed, any ideas?

Will consider third party components.

Thanks

C.
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of TotalIQ
TotalIQ

ASKER

But I don't think you can interact with the free word viewer in code, unless you know differently?
The PDF converter also understands the Word format.
Avatar of TotalIQ

ASKER

Which PDF converter?
Avatar of TotalIQ

ASKER

I want to open the word document and extract all the text, then do something with that text.
I meant the PDF writer from Adobe.

However according to the page that I indicated, Microsoft's Word viewer can be used to copy text to other applications.

You could try this WordOCX:

http://ic.net/~kusluski/

HTH
Avatar of TotalIQ

ASKER

There must be a way to do this, I cant believe it is so difficult to convert MS Word documents to HTML or TEXT.

Is there anyway to maybe open the file in a text stream within vb and clean out the MS markup?

Somebody must have done this before, I am happy to pay anyone for a solution.
ASKER CERTIFIED SOLUTION
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TotalIQ

ASKER

We have Word, but the application we are building will be installed on servers that dont have Word nor do our clients want to pay for Word for the unattended process that our application performs.

I will take a look at the openoffice idea, ideally we want a component or someway to integrate without the use of command line executing.