$ gs -sDEVICE=pswrite -sOutputFile=output.ps -dNOPAUSE -dBATCH file1.ps file2.ps file3.psgs also has other similar usages, such as merging pdf files:
$ gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=output.pdf -dBATCH algebra.pdf biology.pdf
dPDFSETTINGS may be used to specify the quality:
- dPDFSETTINGS=/ebook (low quality, 150 dpi images)
- dPDFSETTINGS=/printer (high quality, 300 dpi images)
- dPDFSETTINGS=/prepress (high quality, color preserving, 300 dpi imgs)
- dPDFSETTINGS=/default (almost identical to /screen)
没有评论:
发表评论