Results 1 to 1 of 1
-
09-12-2012, 03:18 PM #1
- Member Since
- May 30, 2008
- Posts
- 8
- Specs:
- Intel 10.5.8
Import a character style to InDesignI want to select a group of Indesign docs & import 1 character style called Moon from the source document. So far what I have is the looping thru different ID docs can anyone guide me? I can see in the ID dictionary that is possible but I'm still learning don't how to put it together:
Code:set source_folder to choose file with prompt "Select folder containing InDesign Docs to have a Sku's report" with multiple selections allowed without invisibles tell application "Finder" to set item_list to every item of source_folder --loop thru all ID docs repeat with this_item in item_list set doc_kind to kind of (info for this_item as alias) if doc_kind contains "Indesign" then tell application "Adobe InDesign CS4" activate set user interaction level of script preferences to never interact set import styles from ??? set set myCharacterStyle to import styles --XXXXXXXXXXX The guts import Moon character style --close document 1 saving no end tell end if end repeat
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
swapping from old style to new style?
By deacon87 in forum Apple NotebooksReplies: 5Last Post: 02-25-2009, 03:53 PM -
import issue: only showing imovie 08:last import ... unable to locate previous import
By DAIDAI in forum Movies and VideoReplies: 0Last Post: 12-25-2008, 02:03 PM -
Where Can I Find This Style of VWhere Can I Find This Style of Visualizer
By PaulMoretti in forum Music, Audio, and PodcastingReplies: 0Last Post: 08-11-2008, 02:01 PM -
IWork files import into indesign?
By ghsusaxa75 in forum Images, Graphic Design, and Digital PhotographyReplies: 0Last Post: 03-08-2008, 10:32 PM