Discussion:
GostScript save and restore.
(too old to reply)
Xeranic
2006-11-29 01:25:25 UTC
Permalink
I run the following code in GS, but it failed. Why?

save
restore

and another code failed too,

/tempsave save def
tempsave restore
Aandi Inston
2006-11-29 08:51:59 UTC
Permalink
Post by Xeranic
I run the following code in GS, but it failed. Why?
save
restore
What was the error? This should succeed if they form part of the same
job.
----------------------------------------
Aandi Inston ***@dial.pipex.com http://www.quite.com
Please support usenet! Post replies and follow-ups, don't e-mail them.
François Robert
2006-11-29 09:02:19 UTC
Permalink
Post by Xeranic
I run the following code in GS, but it failed. Why?
save
restore
It fails (/invalidrestore in --restore--) if you run it interactively
(from the command line).
But not if you run it as a single job, as Aandi already pointed out.
_______________________________________________________
François Robert
(to mail me, reverse character order in reply address)
SaGS
2006-11-29 12:46:56 UTC
Permalink
[save restore] ...
It fails (/invalidrestore in --restore--) if you run it interactively
(from the command line).
But not if you run it as a single job, as Aandi already pointed out.
This has been fixed recently:
http://bugs.ghostscript.com/show_bug.cgi?id=207738
Xeranic
2006-11-30 05:28:53 UTC
Permalink
Thanks. :)
[save restore] ...
It fails (/invalidrestore in --restore--) if you run it interactively
(from the command line).
But not if you run it as a single job, as Aandi already pointed out.This has been fixed recently:http://bugs.ghostscript.com/show_bug.cgi?id=207738
Loading...