This commit is contained in:
Alban Bronisz 2020-12-14 11:02:29 +01:00
parent c971d9b2d8
commit 3f827052ec
3 changed files with 31 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -1,7 +1,29 @@
PDF
---
[pdftk](https://doc.ubuntu-fr.org/pdftk)
* concat: `pdftk *.pdf cat output tous.pdf`
* deconcat: `pdftk input.pdf burst`
* deconcat avec prefix: `pdftk input.pdf burst output page_no%d.pdf`
* pivot:
* 1er page à l'Est mais pas les autres pages :
```
pdftk input.pdf cat 1east 2-end output sortie.pdf
```
* toutes les pages au Sud :
```
pdftk input.pdf cat 1-endsouth output sortie.pdf
```
* extraction
```
pdftk input.pdf cat 6 2-5 7-9 output sortie.pdf
```
Images
------
convert -resize 50% image.jpg image.jpg
`convert -resize 50% image.jpg image.jpg`

7
probayes.md Normal file
View File

@ -0,0 +1,7 @@
Gitlab
=====
ssh://git@code.probayes.net:28129/