
Printing multiple copies of a PS file.
Quote:
> How can a large Postscript file be altered to print multiples copies of itself
> so that it does not have to be sent to the print a number of times.
I've had success by using the following statement:
/#copies x def
where x is the number of copies.
I put this at the begining of the file, right after the standard header.
Give it a try.
-- Adam Fox