File: TODO

package info (click to toggle)
python-poppler-qt5 21.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: python: 424; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO:


DONE:
- make demo.py working with PyQt5
- 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