Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chazeon/pdf-watermark-remover
- Owner: chazeon
- License: apache-2.0
- Created: 2020-03-17T03:12:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T01:57:26.000Z (about 1 year ago)
- Last Synced: 2023-12-15T03:25:17.263Z (about 1 year ago)
- Topics: academic-papers, pdf, pdf-manipulation, pdf-watermark, pypdf2, watermark-remover
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 30
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.