PDA

View Full Version : How to read/write PDF file from Qt Application?



rajesh
30th August 2007, 08:19
I want to display the contents of the PDF file from within a Qt Application. and writing PDF file from Qt Application. how to do?

jpn
30th August 2007, 08:41
I want to display the contents of the PDF file from within a Qt Application.
You could use QDesktopServices to show the PDF with suitable application.


and writing PDF file from Qt Application. how to do?
QPrinter can output PDF.

rajesh
30th August 2007, 08:46
I want to read the content of pdf file, it may be text or picture and want to use as input to my application.

jpn
30th August 2007, 08:56
I'm afraid Qt cannot help you with that. I'm sure the PDF support will eventually be improved in the future versions, but for now you will have to take a look at alternative libraries focused especially on PDF.

rajesh
30th August 2007, 09:05
Does Qt support using ActiveX controls like mfc?
If so, please provide the steps.

jpn
30th August 2007, 09:39
ActiveQt Framework is part of commercial Qt/Win.