Print PDF page by page
Print PDF page by page
- Subject: Print PDF page by page
- From: Randall Perry <email@hidden>
- Date: Wed, 22 Oct 2003 21:33:30 -0400
I have problems with certain pages of PDF docs choking my printer. I need a
script to print page by page so the whole job doesn't get cancelled when one
page gets a ps error.
Given this structure, could someone fill in the blank for me?
tell application "Adobe Reader 6.0"
repeat with i from 4 to 26
printPageByPage
end repeat
end tell
--
Randall Perry
sysTame
Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales
http://www.systame.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.