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