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