Re: InDesign 'crop images to frames'
Re: InDesign 'crop images to frames'
- Subject: Re: InDesign 'crop images to frames'
- From: Shane Stanley <email@hidden>
- Date: Tue, 06 Mar 2007 08:50:55 +1100
- Thread-topic: InDesign 'crop images to frames'
On 6/3/07 7:23 AM, "email@hidden" <email@hidden> wrote:
> I might be misunderstanding this, but in InDesign CS2, do they have
> 'crop images to frames' working backwards in 'PDF export preferences'?
Try doing some actual exports of a doc with a heavily cropped pic:
set deskPath to path to desktop as Unicode text
tell application "Adobe InDesign CS2"
tell PDF export preferences
set crop images to frames to false
end tell
export document 1 format PDF type to (deskPath & "Testfalse.pdf")
tell PDF export preferences
set crop images to frames to true
end tell
export document 1 format PDF type to (deskPath & "Testtrue.pdf")
end tell
OMM, Testtrue.pdf ends up a lot bigger than Testfalse.pdf
--
Shane Stanley <email@hidden>
AppleScript Pro Denver, June 2007 <http://scriptingmatters.com/aspro>
_______________________________________________
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