You must be logged in to post Login

Search Forums:


 






Convert automatic numbering to text // Selecting text in separated stories

UserPost

3:17 am
June 20, 2011


jpannier

Bielefeld, Germany

Member

posts 54

I need to convert automatic numbering to text. But the text lives in non-threaded text frames on over 300 pages. Is there a way – a script – to select all text at ones so that I could use the regular convert command? Or is there another way how to convert automatic numbering throughout the entire document?

Jeldrik

5:27 am
June 20, 2011


Jongware

Member

posts 764

That would be something like this:

app.activeDocument.stories.everyItem().convertBulletsAndNumberingToText();

– but, please, first store a copy somewhere safe :)

5:42 am
June 20, 2011


jpannier

Bielefeld, Germany

Member

posts 54

yeah! thanks you're great – as always ;-) .

Jeldrik