mayursrt / PDF-Watermark

WaterMark any given PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WaterMark any given PDF


Languages

Language:Python 100.0%