We have an application that creates postscript documents that are printed on postscript capable printers. The application currently places each document in a seperate print file and each file is sent to the printer with a DCL (OpenVMS) PRINT command. When hundreds of documents are created the between-job time (3-5 seconds) is too slow.
We want to create a single print file that contains multiple documents.
The kicker is the first page of each document in the print file must start on the front of the physical piece of paper.
How do I force a "showpage" command to render the image on the front of the current piece of paper, OR the next piece of paper if the last page of the previous document has already been rendered on the front of the current piece of paper? I guess I'm looking for some sort of "page-eject", or "form-feed" capability.
Thanks for your help,
Dan Herron
Kittles Furniture
Indianapolis, IN
We want to create a single print file that contains multiple documents.
The kicker is the first page of each document in the print file must start on the front of the physical piece of paper.
How do I force a "showpage" command to render the image on the front of the current piece of paper, OR the next piece of paper if the last page of the previous document has already been rendered on the front of the current piece of paper? I guess I'm looking for some sort of "page-eject", or "form-feed" capability.
Thanks for your help,
Dan Herron
Kittles Furniture
Indianapolis, IN