Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!aplcomm!uunet!mcsun!ukc!cf-cm!cookc From: cookc@computing-maths.cardiff.ac.uk (Chris Cook) Newsgroups: comp.lang.postscript Subject: Re: Change PS file to produce multiple copies Message-ID: <1991Jun28.134217.19711@cm.cf.ac.uk> Date: 28 Jun 91 13:42:17 GMT References: <1991Jun25.214828.16868@informix.com> Sender: news@cm.cf.ac.uk (USENET News System) Organization: University of Wales College of Cardiff Lines: 14 In article <1991Jun25.214828.16868@informix.com> cortesi@informix.com (David Cortesi) writes: >I want to operate on a saved PostScript listing using UNIX tools, >with the aim of producing a new file that will print multiple >copies of each page without re-imaging the page for each copy. > >Dave Cortesi (cortesi@informix.com) Define the #copies variable to be the no. of copies of a page you want. /#copies 8 def will produce 8 copies of each page each time you execute a showpage. Chris Cook - Postmaster Cookc@Cardiff.ac.uk