Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > cb68e323ceea174be48b68171c8206f6 > files > 9

python2-poppler-qt5-0.24.2-5.mga7.armv7hl.rpm

TODO:
- make demo.py working with PyQt5

DONE:
- Poppler::Document::newFontIterator() is usable as Python iterable
- Poppler::HighlightAnnotation::Quad.points has been fixed
- support Poppler::InkAnnotation::inkPaths() and setInkPaths()
- cast returned lists of objects like Document::links() to their respective types
- convert to and from QLinkedList
- test Python versions other than 2.6: 3.2.3 works
- add some examples: demo.py added