Re: Can Acrobat PDF's be saved as single pages via Applescript
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