Isso já foi bem respondido em stackoverflow :
You can do this with pdf files using the command line tool pdftk using the
stamp
orbackground
option.$ pdftk file1.pdf background file2.pdf output combinedfile.pdf
This will only work with a one-page background file. If you have multiple pages, you can use the
multibackground
command instead.