Java API for MS Word

K

Kalidas Y

Is there Java API for MS Word. If not, is there any dll
specification that I can build JNI for.
 
J

Jonathan West

Kalidas Y said:
Is there Java API for MS Word. If not, is there any dll
specification that I can build JNI for.

Word is an OLE Automation client and server. I know nothing about Java, but
if you can communicate with OLE/ActiveX objects, then you can automate Word.

There is also a DDE interface which still exists in recent versions but is
now unsupported and undocumented.
 
K

Kalidas Y

Thank You, Mr. Jonathan. I need to investigate on
OLE/ActiveX objects that MS Word provides. (and DDE
interface)
 

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