(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
989d824d91
commit
2b7299d170
12
pages/04.other/17.usefull-commands/default.en.md
Normal file
12
pages/04.other/17.usefull-commands/default.en.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: 'Usefull Commands'
|
||||
---
|
||||
|
||||
[toc]
|
||||
## Imagemagick
|
||||
### Splitting PDF files
|
||||
`$ convert -density 600 (input.pdf) -crop 50x100% +repage (out.pdf)`
|
||||
|
||||
```
|
||||
-density: adjusts the quality of the resulting pdf. Higher values look better, but take longer to process
|
||||
-crop 50x100%: this splits the pdf into "left" and "right". 100x50% would split into "top" and "bottom"
|
Loading…
Reference in New Issue
Block a user