Howto: Merge two PDF Files onto One Page

Problem: If you want to add water marks onto a pdf document, you have to merge two pdf files into one pdf file.

Solution: On Linux there is a tool called pdftk (PDF Toolkit), which can do this.

pdftk <letter.pdf> background <background.pdf> output <letter-with-background.pdf>