====== How to concatenate several pdf pages into one ? ====== On a debian system, you need the ''pdftk'' package: sudo aptitude install pdftk Then supposing you have to concatenate ''in1.pdf'' and ''in2.pdf'' into ''out.pdf'', just type this command: pdftk in1.pdf in2.pdf cat output out.pdf ~~DISCUSSION~~ {{tag>article computing pdf pdftk tool debian}}