Postscript File Combination
If you want to combine file1.ps and file2.ps into a file named “combined.ps”, you can use gs in the following manner:
gs -sDEVICE=pswrite -sOutputFile=combined.ps -dNOPAUSE \ file1.ps file2.ps -c quit
If you want to combine file1.ps and file2.ps into a file named “combined.ps”, you can use gs in the following manner:
gs -sDEVICE=pswrite -sOutputFile=combined.ps -dNOPAUSE \ file1.ps file2.ps -c quit