diff options
Diffstat (limited to 'lib/ps2pdf12.cmd')
-rwxr-xr-x | lib/ps2pdf12.cmd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ps2pdf12.cmd b/lib/ps2pdf12.cmd new file mode 100755 index 00000000..a7df854e --- /dev/null +++ b/lib/ps2pdf12.cmd @@ -0,0 +1,10 @@ +/* + * 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 |