blob: de574d9d336aac463c34ce265bc572d4d0e2ff27 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
A Python binding for libpoppler-qt5 that aims for completeness
and for being actively maintained.
Created and currently maintained by Wilbert Berendsen <wbsoft@xs4all.nl>.
Usage:
import popplerqt5
d = popplerqt5.Poppler.Document.load('file.pdf')
|