Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chazeon/pdf-watermark-remover

Remove PDF watermarks from academic papers using pypdf
https://github.com/chazeon/pdf-watermark-remover

academic-papers pdf pdf-manipulation pdf-watermark pypdf2 watermark-remover

Last synced: about 1 month ago
JSON representation

Remove PDF watermarks from academic papers using pypdf

Awesome Lists containing this project

README

        

# PDF Watermark Remover

Remove PDF watermarks from academic papers using [pypdf](https://github.com/py-pdf/pypdf). It is not guaranteed to work, but in most of cases, it just works!

## Setup

Install the pypdf package:

```bash
pip3 install pypdf
```

## Usage

```bash
python3 remove.py input.pdf output.pdf
```

## Licence

The code is licensed under the MIT Licence.