Re: Cropping pdf in ACROBAT
Re: Cropping pdf in ACROBAT
- Subject: Re: Cropping pdf in ACROBAT
- From: Bob Stern <email@hidden>
- Date: Sat, 24 Dec 2016 00:52:29 -0800
> On Dec 23, 2016, at 3:04 PM, Brian Christmas <email@hidden> wrote:
>
> The menus in Acrobat DC DO NOT respond to applescript commands, so I can't crop the image.
The crop box property is in Acrobat’s AppleScript dictionary. If you find a way to crop multiple pages in one command instead of looping through each page, please let me know:
tell application "Adobe Acrobat" to tell active doc to set crop box of page N to {left, top, right, bottom}
Bob Stern
_______________________________________________
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