invoking microsoft word from qt
dear friends
i want to invoke microsoft word from qt and write paragraphs and do all the manipulation in microsoft word from qt program. but i m not getting any help regarding how to do it..
for e.g. i will open microsoft word from qt, write paragraphs into word from qt application, i will create a table in word from qt etc.etc..
plz help me..
Re: invoking microsoft word from qt
You're going to have to look at the API for interacting with Word. Qt won't be able to help you with this.
Re: invoking microsoft word from qt
You can use ActiveQt to access Word's COM interface.