1 2 3 4 5
#!/bin/sh # $Id$ # Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible). exec ps2pdfwr -dCompatibilityLevel=1.3 "$@"