open .pdf file in QWEbView
Unsolved
General and Desktop
-
Hi,
i want to open .pdf file in QWebView.
give some appropriate solution.Regards,
Gaurav Badgujar. -
Hi
You can make it open default viewer application installed on the system.
https://stackoverflow.com/questions/6607543/is-it-possible-to-get-qwebkit-to-display-pdf-files?lq=1 -
Hi,
i want to open .pdf file in QWebView.
give some appropriate solution.Regards,
Gaurav Badgujar.@Gaurav-Badgujar
Please be a little bit more specific.Opening PDF files works if you have the NPAPI plugin of Adobe Reader installed (and also plugins enabled in your QWebSettings). Then the webview will display it.
How do you display the PDF file? Do you set a url to a local file?
Do you want to open it from a link inside a webpage?