blob: 2514039a76c98fb1d17919ff8a2da7d5d3ab1784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $Id: ps2pdf12.cmd,v 1.1 2000/07/05 16:21:13 lpd Exp $ */
/*
* This file is maintained by a user: if you have any questions about it,
* please contact Mark Hale (mark.hale@physics.org).
*/
/* Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible). */
parse arg params
call 'ps2pdf' '-dCompatibilityLevel=1.2' params
|