使用gs合并PDF到单个文件中
Hujiuxiang
・1 分钟阅读
将PDF合并为单个文件
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf input1.pdf input2.pdf ...