#!/bin/sh
# $Id: ps2pdf13 $
# Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible).

exec ps2pdfwr -dCompatibilityLevel=1.3 "$@"
