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

Enter your comment
 
 
 

Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki