How to move all mailboxes to the new text layer?

Hello

So, we work with a book that will be printed in both languages. The color plates will be the same in both, with just the black plate text change. We should have implemented in a single document with color as the base layer and the two languages as two separate layers over the top, but we do not have. So now we have the design and to move all the items of text on a new layer. I do not know this should be easy enough for anyone who knows how the script, but I don't.

Anyone know of any scripts for it? Any other ideas?

I use ID CS3 on Mac.

Any help would be appreciated.

Yes, but it should work...

var newLayer = app.activeDocument.layers.add ();

TFS var =

App

.activeDocument

.spreads.everyItem ().textFrames.everyItem () .getElements ();

While (var tf = {tfs.pop ())}

TF. Move (newLayer);

}

Substances

Tags: InDesign

Similar Questions

Maybe you are looking for