Remove "Preview" watermark/ image from auto generated PDF File #3699
Unanswered
scaffidic
asked this question in
Looking for help
Replies: 2 comments 2 replies
-
I had a look at that example file and did not see how this special way of "watermarking" has been implemented. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to create a python script that will iterate over every page of an insurance policy to remove the Preview watermark. I have the green light from my company to work on this. The issues I am running into are:
I tried running
get_page_images
but it returns an empty list. I manually added an image and reran the code and it was able to findthe image properties perfectly
creates a white box on top.
A potential solution/ workaround could be creating a script that manually opens adobe acrobat and repeats the mouse click and button press to delete the preview watermark on every page unless someone has a solution. I really appreciate the help on this.
Beta Was this translation helpful? Give feedback.
All reactions