Merge Multiple PDF Files into a single PDF file (Linux)

You can merge pdf files using the command line tool pdfunite that come installed in most Linux Distros

Example :

$ pdfunite input1.pdf input2.pdf input3.pdf output.pdf