Introduction
Statistics
Contact
Development
Disclaimer
Help
sdf.org home page
#!/bin/sh
# $Id: ps2pdf12,v 1.1 2000/03/09 08:40:40 lpd Exp $
# Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"