Redaction not applied when save to png #3486
Unanswered
CH-Tam
asked this question in
Looking for help
Replies: 1 comment
-
You seem to confuse the terms "image" and "graphics". |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have a page of pdf file with an unwanted image. I used
page.apply_redactions(graphics=0)
and the image is visually disappeared (I think it is still in the pdf source file, but just covered with a white/transparent rectangle?)After that I use
get_pixmap
andsave
to save the page into png file, yet the image re-appeared. Is there any way that I can save the pdf file to image while applying the redactions?Beta Was this translation helpful? Give feedback.
All reactions