Add Annotations Creating a White Space #4733
-
Hi, I see people have had this issue before, referencing #4709 When I run add_redact_annot it creates a whitespace that I am not sure how to get rid of. I tried the solution in the discussion that I referenced but I was not able to get it to work. Any suggestions? ![]()
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It does not create a white space - it leaves a gap! The referenced discussion had a different, self-created the problem. If you allow defaults in |
Beta Was this translation helpful? Give feedback.
It does not create a white space - it leaves a gap!
There is no way to avoid this: please recall that a PDF is not a Word document, where remaining content is reshuffled after deletion.
The referenced discussion had a different, self-created the problem. If you allow defaults in
.apply_redactions()
then more than just the text is being removed: If there was an overlapping image, then that will show a punched-out hole, any overlapping vector graphics will be completely removed ...