Python code to apply a png image Watermark to Multiple PDF files at ONCE. Steps to use this code:
- Place all your pdf files to be watermarked in the directory 'in-pdf'.
- Replace the watermark.png file with the png image you want to appear as the watermark.
- Run the code.
- All the watermarked files appear in 'out-pdf' directory once the process is completed.
Requirements: You need to install the library PyPDF2 for this code to work.