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

  1. #!/bin/sh
  2. # $RCSfile: ps2pdf,v $ $Revision: 1.1.2.1 $
  3. # Convert PostScript to PDF.
  4.  
  5. # Currently, we produce PDF 1.2 by default, but this is not guaranteed
  6. # not to change in the future.
  7. exec ps2pdf12 "$@"
  8.