Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 839 Bytes

PDF_Watermark_Remover

This Python script uses the PyPDF2 library to remove the watermark from PDF files.

Requirements

  • Python 3
  • PyPDF2 (install using pip install pypdf2)

Usage

  1. Place the PDF files you want to process in the same directory as the script.
  2. Update the pdf_files list with the names of the PDF files you want to process.
  3. Run the script using python watermark_remover.py.
  4. 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.