mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
10 lines
304 B
Text
10 lines
304 B
Text
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')
|
|
|
|
WWW: https://pypi.python.org/pypi/python-poppler-qt5
|