This Python script uses the PyPDF2 library to remove the watermark from PDF files.
- Python 3
- PyPDF2 (install using
pip install pypdf2
)
- Place the PDF files you want to process in the same directory as the script.
- Update the
pdf_files
list with the names of the PDF files you want to process. - Run the script using
python watermark_remover.py
. - The modified PDF files will be saved to the same directory with the suffix
_modified
added to the filename.
Note: Removing a watermark from a PDF file may be a violation of the terms of use or copyright of the document. It is important to respect the terms of use and copyright of the documents you work with.
This project is licensed under the MIT License. See the LICENSE file for details.