Reply To: Script to convert all text variables

#59934
tomaxxi
Member

Hey Jeldrik,

Try this:

try{
for(var i = 0; i < app.documents.length; i++){
app.activeDocument.stories.everyItem().textVariableInstances.everyItem().convertToText();}
}catch(e){alert("Something gone wrong!r" + e);};

Hope that helps.

Marijan (tomaxxi)

This article was last modified on June 25, 2011

Comments (0)

Loading comments...