How could I merge / convert multiple pdf files into one large pdf file?
I tried the following, but the content of the target file was not as expected:
convert file1.pdf file2.pdf merged.pdf
I need a very simple/basic cli solution. Best would be if I could pipe the output of the merge / convert straight into pdf2ps ( as originally attempted in my previously asked question here: http://stackoverflow.com/questions/2507596/linux-piping-convert-pdf2ps-lp ).