Pouet
This commit is contained in:
parent
c971d9b2d8
commit
3f827052ec
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.idea
|
24
commandes.md
24
commandes.md
@ -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
7
probayes.md
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
Gitlab
|
||||
=====
|
||||
|
||||
ssh://git@code.probayes.net:28129/
|
Loading…
Reference in New Issue
Block a user