抱歉,我设法使用Google自己找到了答案,还有些运气:)
对于那些感兴趣的人;
我在我们的debian服务器上安装了pdftk(pdf工具包),并使用以下命令获得了所需的输出:
pdftk file1.pdf file2.pdf cat output output.pdf
要么
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf file1.pdf file2.pdf file3.pdf ...
依次将其直接传递到pdf2ps中。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)