• 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: InDesign 'crop images to frames'
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

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

  • Prev by Date: RE: AppleScript In Web Publishing...
  • Next by Date: Second Question about Links in active InDesign Spread
  • Previous by thread: InDesign 'crop images to frames'
  • Next by thread: RE:InDesign 'crop images to frames'
  • Index(es):
    • Date
    • Thread