I am trying to merge multiple pdf plots into one master pdf file.
Example:
Input: I have three pdf files: \"1.pdf\", \"2.pdf\", and \"3.pdf\"
Outpu
Using the command line prompt in Linux, I found this works, if you are in the same directory and the .pdf files are in the order you want them in the final pdf doc.
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=Chart_Pak.pdf *.pdf