From bbc22cc4790053dea9f0d99a370929c6084860b3 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 19 Feb 2023 15:09:37 +0100 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/04.other/useful-commands/default.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/04.other/useful-commands/default.en.md b/pages/04.other/useful-commands/default.en.md index 43bb685..71366ba 100644 --- a/pages/04.other/useful-commands/default.en.md +++ b/pages/04.other/useful-commands/default.en.md @@ -9,7 +9,7 @@ visible: true ### Splitting PDF files -```sh +```bash convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF} ```