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