|
Linux |
Windows |
console |
pdftk |
- |
GUI |
pdfshuffler |
Acrobat |
Example for pdftk:
pdftk A=cv.pdf B=research.pdf C=certificates.pdf cat A C2-4 B1 output application.pdf
Takes the whole of cv.pdf, pages 2 to 4 of certificates.pdf and the first page of research.pdf and merges them into one file application.pdf.