PDFTK great tool for rearranging your pdf file.
Howto join multiple pdf's together:
e.g. you want to join the files:
BRO_001.pdf
BRO_002.pdf
BRO_003.pdf
the command is 'cat' from concatenate
pdftk BRO_001.pdf BRO_002.pdf BRO_003.pdf cat output Joined.pdf
Or even faster
pdftk BRO_00* cat output Joined.pdf
the cat command accept page ranges
1-end (the whole document)
6-4-2 pages 6 4 2 in that order
even
odd
r1-r2 last page and second last page
Howto join multiple pdf's together:
e.g. you want to join the files:
BRO_001.pdf
BRO_002.pdf
BRO_003.pdf
the command is 'cat' from concatenate
pdftk BRO_001.pdf BRO_002.pdf BRO_003.pdf cat output Joined.pdf
Or even faster
pdftk BRO_00* cat output Joined.pdf
the cat command accept page ranges
1-end (the whole document)
6-4-2 pages 6 4 2 in that order
even
odd
r1-r2 last page and second last page
Reacties
Een reactie posten