Skip to content

How to add watermark in all pages of PDF files with python?

I’m try to adding watermark to every pages of my PDF file.My PDF files have 58 pages but my output file has get only last page in my PDF file. This’s my code: Please tell me how to add watermark all pages. Answer You’re rewriting your “merged” file for each page. Try something li…