Indesign Question
Indesign Question
- Subject: Indesign Question
- From: "Grimm, Kenneth" <email@hidden>
- Date: Mon, 12 Jan 2004 16:10:55 -0500
Good afternoon all:
Can someone please shoot me a snippet that will return the path of all
graphics used in an InDesign document? I've tried several things with no
usable results so far.
Thanks in advance,
Ken Grimm
Prepress Manager
San Angelo Standard-Times
email@hidden
325-659-8357
A sample of what I've been trying is below:
======================================================================
tell application "InDesign 2.0.1"
set myDocument to document 1
set myPageItems to page items of myDocument <-- works
set myFoundItems to (page items of myDocument whose content type
[NO-BREAK]is graphic) <-- breaks with "Can't make into expected data type)
return myFoundItems
--return myPageItems
end tell
======================================================================
[formatted using ScriptToEmail - gentle relief for mailing list pains]
[
http://files.macscripter.net/ScriptBuilders/ScriptTools/ScriptToEmail.hqx]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.