I have a range of PDF files 1.pdf, 2.pdf, etc. that I would like to merge into one file, with all the PDFs tiled on one page.
Currently, I have tried pdftk to merge these files, but they are put on separate pages:
pdftk 1.pdf 2.pdf ... cat output merged.pdf
Is there a way to, instead, tile the individual PDF files into one master page on merged.pdf?