summaryrefslogtreecommitdiff
path: root/Master/xemtex/gslib/ps2pdf14
diff options
context:
space:
mode:
Diffstat (limited to 'Master/xemtex/gslib/ps2pdf14')
-rw-r--r--Master/xemtex/gslib/ps2pdf145
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/ps2pdf14 b/Master/xemtex/gslib/ps2pdf14
new file mode 100644
index 00000000000..65802329861
--- /dev/null
+++ b/Master/xemtex/gslib/ps2pdf14
@@ -0,0 +1,5 @@
+#!/bin/sh
+# $Id: ps2pdf14,v 1.1 2000/09/10 19:33:47 lpd Exp $
+# Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
+
+exec ps2pdfwr -dCompatibilityLevel=1.4 "$@"