Subversion Repositories planix.SVN

Rev

Blame | Last modification | View Log | RSS feed

#!/bin/sh
# $Id: ps2pdf14,v 1.3 2002/02/21 21:49:28 giles Exp $
# Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).

exec ps2pdfwr -dCompatibilityLevel=1.4 "$@"