Re: InDesign CS3 export as JPEG - selection only
Re: InDesign CS3 export as JPEG - selection only
- Subject: Re: InDesign CS3 export as JPEG - selection only
- From: Håvard Graudo <email@hidden>
- Date: Fri, 8 Aug 2008 11:26:53 +0200
Den 7. aug. 2008 kl. 00.55 skrev Shane Stanley:
On 6/8/08 11:54 PM, "Håvard Graudo" <email@hidden> wrote:
I want to export as JPEG with 'selection only'. The 'JPEG export
preference' does not seem to have an option for this.
That's right. There was an option in CS2, but it didn't work. This was
"fixed" in CS3 by removing the option.
The workaround is to make a new document the size of the frame,
duplicate
the frame to it, and export the new document.
Thank you Shane and Rick. I may have to use the new document route.
Anyone knows if "export selection as jpeg" works correctly with
javascript, through 'do script'?
[Correcting myself: When selecting multiple, ungrouped page items and
exporting selection as JPEG using "tell selection", InDesign exports
one JPG for each selected object (overwriting previous ones). It does
not export all items as one JPEG as expected.]
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