Text Creatoutline

You mean by applying to the whole document with one click, basically? There may be something in Pitstop Global Change as far as PDF editing goes. But I have always done it one page at a time or where needed.

You can really get fast at it in InDesign when you get the shortcut keys down and get into a rhythm.
 
You may want to try the following script, works here with a simple multipage document. Paste the following code Script Editor, compile then run. Carefully check the result though...
Got it from MacScripter



tell application "Adobe InDesign CS3"
activate
tell document 1
set text_to_outline to every text frame of it
create outlines of text_to_outline with delete original
end tell
end tell
 

PressWise

A 30-day Fix for Managed Chaos

As any print professional knows, printing can be managed chaos. Software that solves multiple problems and provides measurable and monetizable value has a direct impact on the bottom-line.

“We reduced order entry costs by about 40%.” Significant savings in a shop that turns about 500 jobs a month.


Learn how…….

   
Back
Top