Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 72601

Re: Convert text to outlines even if it's in a group? [JS][CS6]

$
0
0

Sorry, I dshould have made it more clear, but I wanted it to apply to the active page.

 

I ended up getting it to work though:

 

var a = app.activeWindow.activePage.allPageItems, 
    t; 
while( t=a.pop() ) 
   
    if( !(t instanceof TextFrame) ) continue; 
    try{ t.createOutlines(true) } catch(_){} 
   

Viewing all articles
Browse latest Browse all 72601

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>