Offending command: gsave

A PostScript error “limitcheck”, offending command “gsave” is typcially caused by nesting EPS-files. When you embed an EPS file in an EPS-file (in an EPS-file in an EPS-file etc…) that is not a very good idea from an output point of view. It is much safer to use COPY and PASTE to move the content of one drawing to another.

Add a Comment