I'm using PyPDF2 to put a watermark on every page of another pdf.
I had this working with v2 of PyPDF2, but since the library has been updated to v3, I can't seem to get it to work. There aren't any error messages, and my output pdf is created, there just isn't any watermark. Is there anyway to check pages along the way? Meaning, I'd like to be able to display the source page, the watermark image (that will be overlayed) and the output page on each iteration.
I looked in the docs for things like show and display but didn't see anything for the PageObject class.