Question
PostScript Form question, eps printing
I followed a recipe that lets me put an eps file inline in a PostScript file, and cause the eps file to print by invoking a form.
My problem is that now I want to print the same eps file in several places on one page, and I can't.
It acts like execform only works one time per page.
Can that be true?
I tested by doing a second translate and execform--I only get the first instance on the page!
Is there a way to reuse a form/eps several times per page?
Seems like showpage must do something to reset/reenable execform?
/imageBechtel {
gsave
-329 50 translate
IDForm execform
200 300 translate
IDForm execform
grestore
} bind def
My problem is that now I want to print the same eps file in several places on one page, and I can't.
It acts like execform only works one time per page.
Can that be true?
I tested by doing a second translate and execform--I only get the first instance on the page!
Is there a way to reuse a form/eps several times per page?
Seems like showpage must do something to reset/reenable execform?
/imageBechtel {
gsave
-329 50 translate
IDForm execform
200 300 translate
IDForm execform
grestore
} bind def
