This is a Python program that allows you to add a custom stamp to a batch of PDF files. It uses the PyPDF2 and tkinter libraries to handle the PDF files and create a simple GUI for the user to select the stamp and the location where it will be added.
Simply run the gui.py
file and follow the on-screen instructions. Select the PDF files you want to stamp, choose the stamp image, select the location where you want to place the stamp, and click the "Stamp PDFs" button. The stamped files will be saved in a new directory with the suffix "_stamped".
- Python 3.x
- PyPDF2 library
- tkinter library
To install the necessary libraries, run the following command:
pip install PyPDF2 tkinter
Alternatively, you can install them manually by downloading them from their respective websites: