Skip to content

This python program mergers different pdf this is specially designed for applying watermark and combining different pdf into single watermarked pdf

Notifications You must be signed in to change notification settings

Attupatil/pdf_watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🖼️📜PDF_watermark - BY Atharva Ashok Patil

This python program mergers different pdf this is specially designed for applying watermark and combining different pdf into single watermarked pdf

dash your terminal and open the watermark using

python3 wtrmrk.py 

Note

You are requested to first install PYpdf2 package latest version from PyPI

Hit this in your terminal/powershell

 python3 -m pip install --upgrade pip
 python3 -m pip install PyPDF2

Windows :

 python3 -m pip install --upgrade pip
 python3 -m pip install PyPDF2

Mac :

 python3 -m pip install --upgrade pip
 python3 -m pip install  PyPDF2

Linux :

 python3 -m pip install --upgrade pip
 python3 -m pip install PyPDF2

About

This python program mergers different pdf this is specially designed for applying watermark and combining different pdf into single watermarked pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages