Winston was asking me if I would know a way to merge one or more pdf files so that the contents of all the files would appear in one pdf file at the end. A quick research revealed a software pdftk - pdf toolkit -which can be used to merge and split pdf files. Many shareware softwares exist that do the same thing but pdftk seems to be one of the few that can merge pdf files for free.
Pdftk runs from the command line which means you should unpack the software into a directory that you can access easily. I put the file into c: for testing purposes along with two pdfs called 123.pdf and 456.pdf.
If you run pdftk without parameters you get a quick output that details the most important parameters. Lets take a look at the possible operations:

