Hi all,
I'm new to Applescript. I've started doing some reading, but I haven't found many scripts to pull from regarding printing.
My goal:
Print a PDF from from Acrobat, 25 copies @ 95% scale, with a 1 minute delay between each print.
(Yes, it probably sounds crazy, but if I send all 25 copies at once the printer jams instantly. I have 10,000 sheets to print and I'm hoping I can avoid doing this manually.)
This is all I have so far. It pulls up the dialog box for printing, but that's it.
If anyone has direction to share I'd greatly appreciate it.
Thanks!
Dennis
I'm new to Applescript. I've started doing some reading, but I haven't found many scripts to pull from regarding printing.
My goal:
Print a PDF from from Acrobat, 25 copies @ 95% scale, with a 1 minute delay between each print.
(Yes, it probably sounds crazy, but if I send all 25 copies at once the printer jams instantly. I have 10,000 sheets to print and I'm hoping I can avoid doing this manually.)
This is all I have so far. It pulls up the dialog box for printing, but that's it.
Code:
tell application "Adobe Acrobat" to print ("/Users/dennis/Desktop/Eyewear.pdf")
If anyone has direction to share I'd greatly appreciate it.
Thanks!
Dennis