1TODO:
2
3
4DONE:
5- make demo.py working with PyQt5
6- Poppler::Document::newFontIterator() is usable as Python iterable
7- Poppler::HighlightAnnotation::Quad.points has been fixed
8- support Poppler::InkAnnotation::inkPaths() and setInkPaths()
9- cast returned lists of objects like Document::links() to their respective types
10- convert to and from QLinkedList
11- test Python versions other than 2.6: 3.2.3 works
12- add some examples: demo.py added
13
14