InDesign links list
InDesign links list
- Subject: InDesign links list
- From: Nan Mossey <email@hidden>
- Date: Mon, 13 Sep 2004 15:51:41 -0400
I'm trying to recreate the links palette information from my InDesign
document (file name and corresponding page number). I've received some
terrific help from this list in refocusing the manner in which I address the
elements, but I still can't seem to get the script to return the file name
of a graphic. Any ideas? Thanks.
tell application "Microsoft Word"
make document
save document 1 in ((path to desktop as string) & "myDoc.doc")
end tell
tell application "InDesign CS"
set pageCount to count every page of active document
tell active document
repeat with j from 1 to pageCount
tell page j
set adList to all graphics as list
repeat with i in adList
set adFile to name of graphic --this is where I'm
failing
set MyInfo to ("Page " & j & " ad file: " & adFile)
tell application "Microsoft Word"
activate
do Visual Basic "Selection.EndKey Unit:=wdStory "
do Visual Basic "Selection.TypeText Text:=\"" &
MyInfo & return
""
end tell --application "Microsoft Word"
end repeat -- with i in adllist
end tell --page j
end repeat --with j in page count
end tell -- active doc
end tell --InDesign CS
--
Nan Mossey
Times Union Publications Manager
1 News Plaza, Albany NY
518-454-5704
========================================================
This e-mail message is intended only for the personal
use of the recipient(s) named above. If you are not
an intended recipient, you may not review, copy or
distribute this message.
If you have received this communication in error,
please notify the Albany Times Union Help Desk
(email@hidden) immediately by e-mail and
delete the original message.
========================================================
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden