annot.set_border() does not work properly #3733
Unanswered
djidos
asked this question in
Upstream Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
the annotation type is ink ( PDF_ANNOT_INK 15 )
I use annot.set_border(width=x.x) to change the width of the ink
I use pymupdf to check the width, it tells it is x.x now
but when I use acrobat to open the pdf file, the ink is still shown as the original width (in acrobat width is called thickness)
in acrobat->right click the ink->properties: it also tells that the thickness is x.x
but if I select the ink and drag to move it a little bit, the ink would be shown properly immediately
or if I change a little thickness in acrobat(e.g. in acrobat->right click the ink->properties->click up or down of the thickness), the ink would be shown properly immediately
Beta Was this translation helpful? Give feedback.
All reactions