Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 642 Bytes

PDF-Watermark

WaterMark any given PDF

Watermark any number of pages in a .pdf file. Give any number of pdf pages to watermark and it will watermark them in seconds.

How to use:
Install necessary packages:

pip install PyPDF2

Run the python script with the arguments as
1. the name of the pdf you want to watermark,
2. second argument as the name of the watermark(.pdf) the you want to apply.
Note: The pdf and the watermark should be in the folder which the script is being run.
It will output the watermarked pdf as 'watermarked.pdf'
eg:

python watermarkPDF.py sample.pdf watermark.pdf