diff options
Diffstat (limited to 'Master/xemtex/gslib/pphs')
-rw-r--r-- | Master/xemtex/gslib/pphs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/pphs b/Master/xemtex/gslib/pphs new file mode 100644 index 00000000000..03fc797ec63 --- /dev/null +++ b/Master/xemtex/gslib/pphs @@ -0,0 +1,7 @@ +#!/bin/sh
+# $Id: pphs,v 1.1 2001/07/15 16:25:02 lpd Exp $
+# Print the Primary Hint Stream from a linearized PDF file. Usage:
+# pphs filename.pdf
+# Output goes to stdout.
+
+exec gs -q -dNODISPLAY -- pphs.ps "$@"
|