source: main/trunk/binaries/mac/intel/ghostscript/bin/ps2pdf12@ 27964

Last change on this file since 27964 was 27964, checked in by ak19, 11 years ago

Setting the mac ghostscript and imagemagick binaries to executable in SVN

  • Property svn:executable set to *
File size: 260 bytes
Line 
1#!/bin/sh
2# $Id: ps2pdf12 8107 2007-07-05 19:04:29Z till $
3# Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
4ps2pdfwr="`dirname $0`/ps2pdfwr"
5if test ! -x "$ps2pdfwr"; then
6 ps2pdfwr="ps2pdfwr"
7fi
8exec "$ps2pdfwr" -dCompatibilityLevel=1.2 "$@"
Note: See TracBrowser for help on using the repository browser.