Details
Description
The rect value of the links is not always correct when using PdfLinkModel .
According to the google code found here:
in the function void PDFiumPage::PopulateAnnotationLinks(), you can see that the values are sometime swapped. The method is a little more complex than Qt is doing this in the function void QPdfLinkModelPrivate::update(), they use also FPDFLink_CountQuadPoints.
I was able to a patch in qml to obtain the right value, but this one should be done correctly in QPdfLinkModelPrivate::update().
Attachments
Issue Links
- relates to
-
QTBUG-123725 PDFSearchModel is not considering page rotation
- Closed
-
QTBUG-120764 PDF Viewer Widget example search error
- Closed
-
QTBUG-106565 The coordinate of QPdfSelection seems like to be wrong when pdf page contains non-displayable area
- Closed