#!/bin/sh
# $Id$
# Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
ps2pdfwr -dCompatibilityLevel=1.4 "$@"
