RE: Print center delay
RE: Print center delay
- Subject: RE: Print center delay
- From: Dennis Cox <email@hidden>
- Date: Wed, 3 Mar 2004 14:13:18 -0600
My Printer Setup Utility dictionary shows "status" as read only.
Perhaps you can use another application to control how pdfs are printed.
Dennis
>
----------
>
From: Rich Carroll
>
Sent: Wednesday, March 3, 2004 1:39 PM
>
To: email@hidden
>
Subject: Print center delay
>
>
Hello all,
>
I'm having an issue where I need to print several hundred PDF's. The
>
problem
>
I'm running into is that I end up overloading the printer itself. I was
>
trying to write a script that will toggle the printer back and forth from
>
stopped to printing to send the files in a slower fashion. Every time I
>
set
>
the status, I get an error "Print Center got an error:
>
NSInternalScriptError"
>
Any ideas?
>
>
Repeat 100 times
>
tell application "Printer Center"
>
tell current printer
>
set status to printing
>
delay 5
>
set status to stopped
>
end tell
>
end tell
>
End repeat
>
--
>
Richard McCormick-Carroll
>
Application Specialist
>
Capps Digital Development Group
>
email@hidden
>
email@hidden
>
312.220.1679 @ Desk
>
312.520.1679 @ Cell
>
www.cappsdigital.com
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.