https://github.com/phenax/watermark-all
Bash script for watermarking a bunch of pdfs
https://github.com/phenax/watermark-all
bash imagemagick pdf
Last synced: 2 months ago
JSON representation
Bash script for watermarking a bunch of pdfs
- Host: GitHub
- URL: https://github.com/phenax/watermark-all
- Owner: phenax
- License: apache-2.0
- Created: 2017-06-19T06:37:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T12:13:29.000Z (about 9 years ago)
- Last Synced: 2025-08-15T22:47:20.632Z (10 months ago)
- Topics: bash, imagemagick, pdf
- Language: Shell
- Homepage:
- Size: 772 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watermark all
Imagemagick wrapper for watermarking
### Install
* Clone this repo or download as zip and extract.
* Run `./install.sh` in the extracted directory
* Done
### Usage
##### Watermarker
Watermarks all given pdfs
```bash
watermarker pdf-1.pdf pdf-2.pdf pdf-3.pdf
```
##### WatermarkAll
Watermarks all pdfs in the current directory
```bash
watermarkall
```
##### PDFJoiner
Joins all pages in a pdf to a png
```bash
pdfjoiner
```