• 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: Can Acrobat PDF's be saved as single pages via Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can Acrobat PDF's be saved as single pages via Applescript


  • Subject: Re: Can Acrobat PDF's be saved as single pages via Applescript
  • From: Ray Robertson <email@hidden>
  • Date: Sat, 07 Jan 2017 10:36:26 -0500


On Jan 7, 2017, at 5:29 AM, Brian Christmas <email@hidden> wrote:

save to file (thePath & (" Page " & x & " " & tempName)) using conversion "com.adobe.acrobat.tiff"


In my surprise that the old "splitting via deleting” approach still worked, I forgot about the gist of your issue. Try changing the above line to “using conversion 15”. You may need to play around with it to get the correct conversion number (roughly based on the GUI order in the Format pop-up in the Save dialog).

I haven’t checked, but for TIFFs the behavior used to be that if you saved an entire document at once with TIFF conversion Acrobat created separate files named "_Page_#” appended before the extension. Easy enough to rename those afterwards, or simply combine the delete pages approach with this before saving each one and specifying the filename then.

Ray
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Can Acrobat PDF's be saved as single pages via Applescript (From: Brian Christmas <email@hidden>)

  • Prev by Date: Re: Can Acrobat PDF's be saved as single pages via Applescript Part 2
  • Next by Date: Re: Can Acrobat PDF's be saved as single pages via Applescript
  • Previous by thread: Re: Can Acrobat PDF's be saved as single pages via Applescript Part 2
  • Next by thread: Re: Can Acrobat PDF's be saved as single pages via Applescript
  • Index(es):
    • Date
    • Thread