/StamperByBtt

This program allows you to add a stamp to multiple PDF files at once. It provides a user-friendly GUI where you can select the PDF files, choose the stamp image, preview the result, and specify the location of the stamp on the page. The stamped PDF files are saved in a new folder.

Primary LanguagePython

PDF Stamper

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.

Usage

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".

Requirements

  • Python 3.x
  • PyPDF2 library
  • tkinter library

Installation

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: