/usr/share/doc/python3-poppler-qt5/TODO is in python3-poppler-qt5 0.24.2-3build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | 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
|