I want to generate a postscript document that will print out two pages.
I keep getting one.
Is there a postscript command or method I can place in a .ps document that will basically say 'Ok, done with this page, print it and lets start on a new page'.
code:
I keep getting one.
Is there a postscript command or method I can place in a .ps document that will basically say 'Ok, done with this page, print it and lets start on a new page'.
code:
Code:
/DB { /boxury exch def
/boxurx exch def
/boxlly exch def
/boxllx exch def
boxllx boxlly moveto
boxllx boxury lineto
boxurx boxury lineto
boxurx boxlly lineto
closepath
boxurx boxury moveto
} def
10 10 100 100 DB stroke
%commands/method to print this page
%and now start on a new page
15 15 150 150 DB fill