Skip to content

Add watermark to multiple PDFs at once.

Notifications You must be signed in to change notification settings

vocuzi/PDF-Watermarker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Automated Batch PDF watermarker

This program takes the pdfs in input folder and then watermark them with provided logo and website address and puts them in output folder. This program watermark PDFs with Image and Text.

How to use:

  1. Clone the repository and make sure you have PyPDF2 and reportlab installed. If not, install with
pip install PyPDF2 reportlab`. 
  1. Place your logo in ./bin directory with name "logo.png".
  2. Put the PDFs that you wish to watermark in ./input folder. If folder doesn't already exists, create it manually before running the script.
  3. Run the program with following command in the program directory:
$ python watermarker.py 
  1. BOOM👯, Watermaked PDFs are ready in ./output directory.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%