home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / pdf / download / gs704w32.exe / gs7.04 / lib / pphs < prev    next >
Encoding:
Text File  |  2002-01-31  |  218 b   |  8 lines

  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.  
  7. exec gs -q -dNODISPLAY -- pphs.ps "$@"
  8.