Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >InDesign 'crop images to frames' (From: email@hidden)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.