InDesign script - outlines with text variables
hello, doing script outline of text in document.
but have problem when want text variables page number or sections.... values not linked...
does how can solve problem??
thanks in advance
hi mr_cummin,
in case, need text variable text convert text format, after can convert create outlines. try below js code.
app.activedocument.textvariables.everyitem().converttotext(); app.activedocument.stories.everyitem().createoutlines ();
thx,
csm_phil
More discussions in InDesign Scripting
adobe
Comments
Post a Comment