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