home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 February / INTERNET88.ISO / pc / software / windows / bits / pdf995 / data1.cab / Program_Executable_Files / res / ps2pdf12 < prev    next >
Encoding:
Text File  |  2001-12-08  |  172 b   |  6 lines

  1. #!/bin/sh
  2. # $RCSfile: ps2pdf12,v $ $Revision: 1.1.2.1 $
  3. # Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
  4.  
  5. exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"
  6.