Hi,
I'm trying to add an highlightannotation to a document, but I am completely stuck. It is unclear to me how to even create a highlightannotation. If I do
ann = popplerqt4.Poppler.HighlightAnnotation()
I get a type error.
TypeError: popplerqt4.HighlightAnnotation cannot be instantiated or sub-classed
I also can not find the addAnnotation method for a page.
popplerqt4.version()
Out[57]: (0, 24, 0)
In [58]: popplerqt4.poppler_version()
Out[58]: (0, 33, 0)
Hi,
I'm trying to add an highlightannotation to a document, but I am completely stuck. It is unclear to me how to even create a highlightannotation. If I do
I get a type error.
I also can not find the addAnnotation method for a page.