• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Indesign CS2 Outline font
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Indesign CS2 Outline font
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: do sheel script installer
  • Next by Date: Text Item Delimiter Problem
  • Previous by thread: Re: do sheel script installer
  • Next by thread: Re: Indesign CS2 Outline font
  • Index(es):
    • Date
    • Thread