How to merge multiple pdf files into one

Linux command:
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=Merged.pdf -dBATCH *.pdf

Comments