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.cmd < prev    next >
Encoding:
Text File  |  2001-12-08  |  337 b   |  12 lines

  1. /* $RCSfile: ps2pdf14.cmd,v $ $Revision: 1.1.2.1 $ */
  2. /*
  3.  * This file is maintained by a user: if you have any questions about it,
  4.  * please contact Mark Hale (mark.hale@physics.org).
  5.  */
  6.  
  7. /* Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible). */
  8.  
  9. parse arg params
  10.  
  11. call 'ps2pdf' '-dCompatibilityLevel=1.4' params
  12.