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

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