InDesign CS3 export as JPEG - selection only
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