PyPDF2 in python

{"/ Parent": IndirectObject (1,0),"/ Contents": IndirectObject (22,0),"/ Tabs":"/ slots,"/ Resources": {"/ XObject": {"/ Image5": IndirectObject (23,0),"/ FormXob.86cdf15f1994e2f2b7032e461afd4234": IndirectObject (25,0)},"/ ExtGState": {"/ Xi0": IndirectObject (26,0),"/ gRLs0": {"/ ca": 0.13}}, "/ Font": {"/ F1renamed: {"/ Encoding":"/ WinAnsiEncoding","/ Type":"/ Font","/ Name":"/ F1,"/ BaseFont":"/ Helvetica","/ Subtype":"/ Type1"},"/ F1: IndirectObject (27,0),"/ Xi2": IndirectObject (35,0),"/ Xi1": IndirectObject (38,0)},"/ ProcSet": ["/ Text", "/ ImageC","/ ImageB","/ PDF","/ ImageI"]},"/ Group": {"/ Type":"/ Group","/ slots:"/ Transparency","/ CS":"/ DeviceRGB"},"/ MediaBox": [0,0,720,405],"/ Type":"/ Page","/ StructParents": 0}

I got the above by traversing the element in PyPDF2 in python, but now how do I exclude an element from it and attach it to the new pdf? Because my factor is watermark, I want to eliminate it. It is impossible to delete it directly from the original pdf

.
May.22,2021
Menu