Pdftk's ability to join two or more PDF files is on par with such specialized applications as pdfmeld and joinPDF (discussed in this article). The command syntax is simple:
pdftk file1.pdf file2.pdf cat output newFile.pdf cat is short for concatenate -- that is, link together, for those of us who speak plain English -- and output tells pdftk to write the combined PDFs to a new file.
bojidar
#