Newsgroups: comp.lang.postscript Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!pepto-bismol.berkeley.edu!raymond From: raymond@math.berkeley.edu (Raymond Chen) Subject: Re: Counting the pages of a document In-Reply-To: brown@vidiot.UUCP (Vidiot) Message-ID: <1991Jun16.202452.25168@agate.berkeley.edu> Originator: raymond@pepto-bismol.berkeley.edu Sender: usenet@agate.berkeley.edu (USENET Administrator) Reply-To: raymond@math.berkeley.edu (Raymond Chen) Organization: U.C. Berkeley References: <1991Jun14.075659.1509@fel.tno.nl> <1941@vidiot.UUCP> Date: Sun, 16 Jun 1991 20:24:52 GMT Lines: 10 In article <1941@vidiot.UUCP>, brown@vidiot (Vidiot) writes: >If the PostScript file is hand written, it could be written such that it will >print out hundreds of pages, but only be one line in length. Even worse... 0 1 rand { showpage } for This one-line Postscript program outputs a random number of pages. (Don't try this at home, kids!)