Automation support on computers without office\not the same versio

E

Eli

Some question about the compatibly of the office interop framework:

1. Is it possible to use the automation program on a computer without
office? For example, to read a word document into a string on a C# program,
without having office?
If the answer is no, is their a way around it?

2. If I'm using the 11.0 object library of the interop, how does my
application interact with lower-version office such as 2000?
 
I

Ishai Sagi

Eli,
First, It is not possible out of the box unless the document was saved
as XML or rtf or other such open format.

The DOC format is binaric, and you cannt read it unless you know how.
If you know the format (microsoft releases it to some partners and
developers) you can use any programing language to read doc files.
 

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

Top