From 2ad92f452857b5333255498ce54bb68d86a6ef43 Mon Sep 17 00:00:00 2001 From: bastienlc <78959054+bastienlc@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:24:35 +0200 Subject: [PATCH] Release 2.2.0 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8793f07..ceef631 100644 --- a/README.md +++ b/README.md @@ -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]... @@ -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