(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2023-02-19 15:09:37 +01:00 committed by GitSync
parent 0fe30a8769
commit bbc22cc479

View File

@ -9,7 +9,7 @@ visible: true
### Splitting PDF files
```sh
```bash
convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF}
```