Subversion Repositories planix.SVN

Rev

Blame | Last modification | View Log | RSS feed

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

exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"