Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienlc committed Apr 21, 2024
1 parent 4af760d commit 2ad92f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ pip install pdf-watermark

### Usage

**TLDR**
```bash
watermark grid input.pdf "watermark text" -s output.pdf # Grid pattern for a single file
watermark insert input_folder "watermark_image.png" # Insert image for a whole directory, overwriting the input files
```

**Detailed usage**
```
Usage: watermark [OPTIONS] COMMAND [ARGS]...
Expand Down Expand Up @@ -188,6 +195,8 @@ pip install -e .
* 2.1.2
* Fix missing Poppler dependancy.
* Add test and lint to CI.
* 2.2.0
* Support PDFs with pages of different sizes.

## License

Expand Down

0 comments on commit 2ad92f4

Please sign in to comment.