星火微课系统客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
12345678
  1. #!/bin/sh
  2. # $Id: ps2pdf14 8107 2007-07-05 19:04:29Z till $
  3. # Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
  4. ps2pdfwr="`dirname $0`/ps2pdfwr"
  5. if test ! -x "$ps2pdfwr"; then
  6. ps2pdfwr="ps2pdfwr"
  7. fi
  8. exec "$ps2pdfwr" -dCompatibilityLevel=1.4 "$@"