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

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

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
```