PDA

View Full Version : To open a PDF file in QT Application



augusbas
29th January 2010, 09:20
Hi,

How to open a pdf file with QT Application. I wanna put my user manual, which is PDF format.

Any ideas!

squidge
29th January 2010, 09:39
Open QtAssistant. In there is a topic "Using ActiveX controls and COM objects in Qt". There are lots of ActiveX PDF viewers for integration to your application.

Or you could just distribute a pdf reader and launch that as an external window.

vishwajeet.dusane
29th January 2010, 10:08
Hi,

I have created QPdfWidget derived from QWidget only however some of the rendering related stuff are having problem. but already committed to some other application as well. so hold for some time. have a provision in your application for it. will release it as soon as possible.

offcource it will be open source ;)

augusbas
9th February 2010, 09:32
hi,

Did your QPDF Widget got ready?