• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Print PDF page by page
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print PDF page by page


  • Subject: Re: Print PDF page by page
  • From: roy whelden <email@hidden>
  • Date: Thu, 23 Oct 2003 09:07:58 -0700

On Wednesday, October 22, 2003, at 10:00 PM, email@hidden wrote:

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


How about using a UNIX print (lp) command? Something like this:
-------------
repeat with i from 4 to 46
do shell script "lp -P {list of page numbers} pdf_FileToBePrinted"
end repeat
--------------
Best,
Roy Whelden
_______________________________________________
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.

  • Prev by Date: Address Book: add element to existing record
  • Next by Date: Address Book: add element to existing record-> Disregard
  • Previous by thread: Re: Print PDF page by page
  • Next by thread: Re: Print PDF page by page
  • Index(es):
    • Date
    • Thread