blob: 03fc797ec6373bcaf9d8f1358e70c0982a344cf5 (
plain)
1
2
3
4
5
6
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 "$@"
|