Replies: 3 comments 5 replies
-
This has nothing to do with (Py-) MuPDF. This the behaviour of Adobe viewers, which I cannot influence. |
Beta Was this translation helpful? Give feedback.
-
I can confirm that when you right-click and select |
Beta Was this translation helpful? Give feedback.
-
Describe the bug (mandatory)
The frames created by addRedactAnnot() will disappear after right-click.
To Reproduce (mandatory)
We use this package to capture and annotate entities through the text. We use this statement to annotate the text that we want to apply the redact in the future:
Initially, the annotation result looks fine (see test_annotation.pdf attached) in Adobe Reader and Adobe Acrobat:
However, after we right-click the annotation frame (to view its property or apply redaction, etc.), the frame disappeared.
But when we hang the mouse over the text where the annotation frame is disappeared, it will show the annotate label and the fill color:
That means the annotation is actually still there, but the frame just somehow disappeared.
In the last line of this test pdf, I annotate the phrase manually through Adobe Acrobat:
In this way, its frame doesn't disappear. We want every frame processed by our code to stay still like this one.
Can you please advise how to prevent the frames processed by the program from disappearing? Thanks.
Your configuration (mandatory)
Attachments
test_annotation.pdf
Beta Was this translation helpful? Give feedback.
All reactions