You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
272 B
10 lines
272 B
/*
|
|
* 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.3 (Acrobat 4-and-later compatible). */
|
|
|
|
parse arg params
|
|
|
|
call 'ps2pdf' '-dCompatibilityLevel=1.3' params
|