Skip to content

Files

Latest commit

 

History

History

PDF Watermark Remover

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PDF-Watermark-Remover

The script PDF-Watermark-Remover will remove the watermark from the PDF files. The watermark is selected based on ranges of RGB color and based on selected pixels it will remove the watermark from the pages.

Setup instructions

  1. Download the python script file ("PDF-Watermark-Remover.py")
  2. Open the cmd/powershell/shell and type below line & hit return
    • For windows
      python <path of "PDF-Watermark-Remover.py">
      
    • For mac/linux
      python3 <path of "PDF-Watermark-Remover.py">
      

Output

Original Page Output Page

Author(s)

Zankrut Goyani

Disclaimers, if any

Script will not removed base color watermarks like Red (255, 0, 0), Green (0, 255, 0) and Blue (0, 0, 255)