Description of pypoppler-qt4 - bindings for Poppler library.
Poppler is a library for rendering PDF files used by GTK+ and Qt applications. There is a widget for PyQt4 and PyGTK. To compile those widgets you need poppler-bindings package with Qt4 and/or GTK support. Snapshot of pypoppler-qt4 is available on pyqt4-extrawidgets. To compile the widget execute python configure.py, make, make install.
In the package you will find test-poppler.py, which will open a PDF file given as the argument for the file. You can use up/down arrows to change pages.
In this case Poppler will generate images and QPainter will be used to paint them. As we have images then we can use PictureFlow also: