From 3f827052ec59b23fe0d1bff3e6b20485b640d471 Mon Sep 17 00:00:00 2001 From: Alban Bronisz Date: Mon, 14 Dec 2020 11:02:29 +0100 Subject: [PATCH] Pouet --- .gitignore | 1 + commandes.md | 24 +++++++++++++++++++++++- probayes.md | 7 +++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 probayes.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/commandes.md b/commandes.md index 1bfc1b8..a6ecd4e 100755 --- a/commandes.md +++ b/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` diff --git a/probayes.md b/probayes.md new file mode 100644 index 0000000..8184063 --- /dev/null +++ b/probayes.md @@ -0,0 +1,7 @@ + + + +Gitlab +===== + + ssh://git@code.probayes.net:28129/