1/* $Id: ps2pdf12.cmd,v 1.3 2002/02/21 21:49:28 giles Exp $ */ 2/* 3 * This file is maintained by a user: if you have any questions about it, 4 * please contact Mark Hale (mark.hale@physics.org). 5 */ 6 7/* Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible). */ 8 9parse arg params 10 11call 'ps2pdf' '-dCompatibilityLevel=1.2' params 12