You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach (recommended) or Link to PDF file here: plop1.pdf
Some pdf softwares don't remove highlight annotations but make the QuadPoints array empty.
And the Rect for the annotation can be [-32768, -32768, 32768, 32768] so it leads to have a giant div which catches all the mouse events and make the pdf unusable when there are some forms elements.
The issue is visible locally using gulp server but not in using https://mozilla.github.io/pdf.js/web/viewer.html.
In the web viewer in inspecting the html the highlightAnnotation is probably not rendered because of a parsing failure in element style (the transform-origin contains some 3.40282e38px). I don't really understand why there is such a difference...
I can't share the original pdf but the issues appears locally, in the web viewer and in firefox with it.
The text was updated successfully, but these errors were encountered:
Attach (recommended) or Link to PDF file here:
plop1.pdf
Some pdf softwares don't remove highlight annotations but make the QuadPoints array empty.
And the Rect for the annotation can be [-32768, -32768, 32768, 32768] so it leads to have a giant div which catches all the mouse events and make the pdf unusable when there are some forms elements.
The issue is visible locally using
gulp server
but not in using https://mozilla.github.io/pdf.js/web/viewer.html.In the web viewer in inspecting the html the
highlightAnnotation
is probably not rendered because of a parsing failure in element style (thetransform-origin
contains some3.40282e38px
). I don't really understand why there is such a difference...I can't share the original pdf but the issues appears locally, in the web viewer and in firefox with it.
The text was updated successfully, but these errors were encountered: