Indesign CS2 Outline font
Indesign CS2 Outline font
- Subject: Indesign CS2 Outline font
- From: Paul Abney <email@hidden>
- Date: Wed, 12 Apr 2006 10:02:23 -0500
I am trying to write a script to convert all text in an IDCS2 doc to
outline. The script I have
converts some of the text and then fails with a "doesn't understand the
create outlines"
Not being an expert by any means I am stumped. Here is my script so far:
tell application "Adobe InDesign CS2"
set myFontlist to name of every font of active document
end tell
repeat with n from 1 to count of myFontlist
tell application "Adobe InDesign CS2"
set chosenfont to item n of myFontlist
set find preferences to nothing
set change preferences to nothing
(search document 1 with find attributes {applied
font:chosenfont} with change) create outlines
end tell
end repeat
display dialog "DONE" buttons "OK" default button 1
Any help in the right directions would be greatly appriciated.
Paul
EM Printing
Memphis TN
_______________________________________________
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