home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Bureautique / Scribus / GhostscriptPortable_9.14.paf.exe / lib / ps2pdf13.cmd < prev    next >
OS/2 REXX Batch file  |  2014-03-26  |  272b  |  11 lines

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