summaryrefslogtreecommitdiff
path: root/Master/xemtex/gslib/ps2pdf12
diff options
context:
space:
mode:
Diffstat (limited to 'Master/xemtex/gslib/ps2pdf12')
-rw-r--r--Master/xemtex/gslib/ps2pdf125
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/ps2pdf12 b/Master/xemtex/gslib/ps2pdf12
new file mode 100644
index 00000000000..885960a0476
--- /dev/null
+++ b/Master/xemtex/gslib/ps2pdf12
@@ -0,0 +1,5 @@
+#!/bin/sh
+# $Id: ps2pdf12,v 1.1 2000/03/09 08:40:40 lpd Exp $
+# Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
+
+exec ps2pdfwr -dCompatibilityLevel=1.2 "$@"