pphs 211 B

1234567
  1. #!/bin/sh
  2. # $Id: pphs,v 1.1 2001/07/15 16:25:02 lpd Exp $
  3. # Print the Primary Hint Stream from a linearized PDF file. Usage:
  4. # pphs filename.pdf
  5. # Output goes to stdout.
  6. exec gs -q -dNODISPLAY -- pphs.ps "$@"