mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
added examples for pdftk (manipulating pdf files)
This commit is contained in:
parent
79a091a275
commit
4f83172647
6
cheatsheets/pdftk
Normal file
6
cheatsheets/pdftk
Normal file
@ -0,0 +1,6 @@
|
||||
# Concatenate all pdf files into one:
|
||||
pdftk *.pdf cat output all.pdf
|
||||
|
||||
# Concatenate pages 1 to 5 of first.pdf with page 3 of second.pdf
|
||||
pdftk A=fist.pdf B=second.pdf cat A1-5 B3 output new.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user