From df9a68d81df0bdf5e6fa626a48af8ebf2ffa4314 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 19 Feb 2023 15:02:04 +0100 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/04.other/useful-commands/default.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/04.other/useful-commands/default.en.md b/pages/04.other/useful-commands/default.en.md index 7e73943..0bb4546 100644 --- a/pages/04.other/useful-commands/default.en.md +++ b/pages/04.other/useful-commands/default.en.md @@ -1,5 +1,5 @@ --- -title: "Useful Commands" +title: 'Useful Commands' visible: true --- @@ -10,7 +10,7 @@ visible: true ### Splitting PDF files ```sh -$ convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF} +\$ convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF} ``` ```