Boy! It's been all day and no one has answered...

Yes, there's a patch. (Actually there's a couple different ones...)
You'll need Apple Printer Utility to load it.  Here it is:



%!
serverdict begin 0 exitserver
mark /status load type /operatortype eq
{ { (xxx) status } stopped
{ $error /newerror false put /+@status /status load def /status
{ dup type /stringtype eq { pop false } { +@status } ifelse
} bind def } if } if cleartomark


Copy and paste into a SimpleText file and send it to the printer using
the above mentioned s/w.
If that one doesn't work, try this one.



%!
% Patch to fix typecheck errors from Acrobat 3.01

serverdict begin 0 exitserver
mark
/status load type /operatortype ne
{ (3.01 Patch already loaded\n) }
{
{ (xxx) status }
stopped
{ $error /newerror false put
/+@status /status load def
/status { dup type /stringtype eq
{ pop false } { +@status } ifelse }
bind def
} if
(3.01 Patch loaded\n)} ifelse
print flush
cleartomark
%
%% end of snippet



Have fun!

Jim

-- 
PCI-PowerMacs is sponsored by <http://lowendmac.com/> and...

 Small Dog Electronics    http://www.smalldog.com  | Refurbished Drives |
 -- Sonnet & PowerLogix Upgrades - start at $169   |  & CDRWs on Sale!  |

SPECIAL LIST PRICES - Apple PCI Video Cards from $19.99, MacOS 8.5 CD $79.99
Replacement Parts IN STOCK, Apple CDROMs from $19.99 <mailto:[EMAIL PROTECTED]>

      Support Low End Mac <http://lowendmac.com/lists/support.html>

PCI-PowerMacs list info: <http://lowendmac.com/lists/pci-powermacs.shtml>
Send list messages to:   <mailto:[EMAIL PROTECTED]>
To unsubscribe, email:   <mailto:[EMAIL PROTECTED]>
For digest mode, email:  <mailto:[EMAIL PROTECTED]>
Subscription questions:  <mailto:[EMAIL PROTECTED]>
Archive:<http://www.mail-archive.com/pci-powermacs%40mail.maclaunch.com/>

Using a Mac? Free email & more at Applelinks! http://www.applelinks.com

Reply via email to