Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
#!/bin/sh
|
|
|
2 |
# $Id: ps2pdf12,v 1.3 2002/02/21 21:49:28 giles Exp $
|
|
|
3 |
# Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
|
|
|
4 |
|
|
|
5 |
exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"
|