How can I print one page multiple times? 
Author Message
 How can I print one page multiple times?

Hi there,

I have a quite complicated and complex vector drawing which I want to
print with a HP laser printer. I used a vector drawing program which is
able to create spline curved and colored pattern filled areas, and
printed everything by the Windows 95 printer driver for HP LaserJet 4 or
5 (each MP versions) into postscript files. But the printers I can use
(HP LaserJets  4, 5 or 6, all PostScript 1 or 2 compatible) needed

Quote:
>several minutes< to calculate the page before printing. GSview

2.7/GhostScript 5.50 crawls as well.

So I wonder if it is possible in PostScript to calculate a page once and
then print it multiple times, or is the calculated site lost after
printing? If anyone knows about this, please send me some hints or maybe
even "patching" instructions to modify the PostScript files. I don't
know much about PostScript.

Please answer directly to one of the e-mail addresses in the footer,
because I might not check this newsgroup back soon. You can write in
english or german.
__________

Fun and success!

Mario *LigH* Rohkraemer
http://www.*-*-*.com/




Sun, 28 Oct 2001 03:00:00 GMT  
 How can I print one page multiple times?

Quote:
> So I wonder if it is possible in PostScript to calculate a page once and
> then print it multiple times, or is the calculated site lost after
> printing? If anyone knows about this, please send me some hints or maybe
> even "patching" instructions to modify the PostScript files. I don't
> know much about PostScript.

Doesn't your print driver allow you to specify multiple copies?

The way this works on Level 2 printers is with the setpagedevice command:

  << /NumCopies 3 >> setpagedevice

will cause the printer to print 3 copies of each page, interpreting each
page only once. This is probably what your print driver will insert in
the print stream if you request multiple copies.

Best regards.



Sun, 28 Oct 2001 03:00:00 GMT  
 How can I print one page multiple times?
Try:

  /#copies 3 def

(of course, substitute whatever number you want).

     - Rich



Sun, 28 Oct 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Printing multiple pages from one page

2. Printing one page over multiple pages (inverse psnup)

3. psnup -- print multiple page images to one physical page

4. Help: Printing one logical page to multiple physical pages

5. Printing Multiple Pages on One Page

6. how to print multiple pages on one page

7. One image multiple times per page

8. ASP Printing a results page multiple times

9. printing multiple pages on one with Windows 3.1 and Postscript

10. printing multiple ps files on one physical page.

11. print ONE page several times?

12. Multiple PS files to one, one-page PS

 

 
Powered by phpBB® Forum Software