PDA

View Full Version : invoking microsoft word from qt



omprakash
31st October 2007, 18:15
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..

pherthyl
31st October 2007, 18:34
You're going to have to look at the API for interacting with Word. Qt won't be able to help you with this.

jacek
31st October 2007, 20:43
You can use ActiveQt (http://doc.trolltech.com/3.3/activeqt.html) to access Word's COM interface.