PDA

View Full Version : Any object to show the doc file?



wter27
7th February 2011, 10:35
The source data is microsoft word file *.doc .I need to show them in my app.The doc file contains both the text and the pics.I tried to compile the pdf dll,but it does't work out.So I just want to use the third library to show the *.doc file.
I know little about the QAxObject.And I don't have a commercial license.So anyone could tell me what to do next?Does the openoffice support the doc or not ?And how...


I have fix the problem.I just put the qaxcontainer in the wrong place.

leninbooter
13th March 2012, 01:59
Hi, wter27, I would love you to show me how you did it 'cause I'm kind of lost about how to show the .doc file on a qt window form
thank you very much

ChrisW67
13th March 2012, 02:09
There is no QMicrosoftProprietaryDocumentFormatWidget to use. What are you expecting?

Microsoft Word, unsurprisingly, can open Word documents. You can automate that using ActiveQt if you wish, or just launch Word with the document.
Open Office/Libre Office and probably others can generally open most Word documents as standalone applications. I suspect there's no general way to embed these.