Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.03 KB

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.