- by Krzysztof Kowalczyk
- jpedal.org
- gs -dNOPAUSE -dNOCACHE -dBATCH -sDEVICE=epswrite \ -sOutputFile=your-output-file.eps \ your-source-file.eps
- gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf in3.pdf ...


user