Page header gets removed after applying annotations. #3652
Replies: 3 comments 6 replies
-
Please provide a reproducing file! |
Beta Was this translation helpful? Give feedback.
-
I didn't follow all the coordinate computations in depth, but: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
I need help with annotations. I'm trying to redact some texts using
add_redact_annot
. It successfully redacts the area but also removes the header image that I had added in the previous step.Simplified version of the code I used to add header and footer images.
Code for redaction
Header coordinates: Rect(0.0, 0.0, 612.0, 107.87050359712231)
Footer coordinates: Rect(0.0, 899.8704833984375, 612.0, 974.7194042617468)
Any help will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions