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?
Printable View
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?
You could use QDesktopServices to show the PDF with suitable application.
QPrinter can output PDF.Quote:
and writing PDF file from Qt Application. how to do?
I want to read the content of pdf file, it may be text or picture and want to use as input to my application.
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.
Does Qt support using ActiveX controls like mfc?
If so, please provide the steps.
ActiveQt Framework is part of commercial Qt/Win.