Skip to content

mayursrt/PDF-Watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages