• 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
InDesign CS3 export as JPEG - selection only
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InDesign CS3 export as JPEG - selection only


  • Subject: InDesign CS3 export as JPEG - selection only
  • From: Håvard Graudo <email@hidden>
  • Date: Wed, 6 Aug 2008 15:54:37 +0200

I want to export as JPEG with 'selection only'. The 'JPEG export preference' does not seem to have an option for this.

The script can select the page items I want to export (may be across groups). If I then manually chose Export, with "Selection" I get the expected result of all selected items in one JPG. But when I try to do the export by script it only ouputs the first selected item on the page. What am I doing wrong? Grouping the items seems to work, but regrouping items is not an option here.

Thanks for any advice,

Håvard



set targetfolder to (path to desktop from user domain) as string
tell application "Adobe InDesign CS3"
tell document 1
tell selection
export format JPG to (targetfolder & "dummy.jpg") without showing options
end tell
end tell
end tell








_______________________________________________
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
  • Follow-Ups:
    • Re: InDesign CS3 export as JPEG - selection only
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: Words of Bug in Leopard (Japanese environment)
  • Next by Date: Unicode Bad Characters
  • Previous by thread: Re: Words of Bug in Leopard (Japanese environment)
  • Next by thread: Re: InDesign CS3 export as JPEG - selection only
  • Index(es):
    • Date
    • Thread