(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2023-02-19 15:02:04 +01:00 committed by GitSync
parent bcbcbce31d
commit df9a68d81d

View File

@ -1,5 +1,5 @@
--- ---
title: "Useful Commands" title: 'Useful Commands'
visible: true visible: true
--- ---
@ -10,7 +10,7 @@ visible: true
### Splitting PDF files ### Splitting PDF files
```sh ```sh
$ convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF} \$ convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF}
``` ```
``` ```