资 源 简 介
Development now takes place on Github
See https://github.com/wbsoft/python-poppler-qt4
A Python binding to poppler-qt4 that aims for completeness and for being actively maintained.
Usage example:
```
import popplerqt4
d = popplerqt4.Poppler.Document.load("file.pdf")
```