combine multiple pdf plots into one file

前端 未结 4 1792

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

4条回答
  •  没有蜡笔的小新
    2020-12-06 13:42

    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

提交回复
热议问题