Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pdf viewer for pyqt4 application?

I'm writing a Python+Qt4 application that would ideally need to pop up a window every once in a while, to display pdf documents and allow very basic operations, namely scrolling through the different pages and printing the document.

I've found the reportLab to create pdf files, but nothing about pdf viewers. Does anyone knows anything that might help. i was really hoping for the existence of something like the QWebView widget...

thanks in advance to all

like image 502
japs Avatar asked Mar 12 '10 19:03

japs


1 Answers

You can use the Poppler library for that.

like image 191
Ignacio Vazquez-Abrams Avatar answered Oct 10 '22 06:10

Ignacio Vazquez-Abrams