Reply To: Script to duplicate page/spread after current

#114511
Tamás Nagy
Participant

Hi all,

Michael asked some posts and 5 years ago how to duplicate multiple spreads in a way that preserves text threads from one spread to another. I have the same problem now, but I couldn’t find the answer here. Is here anyone who knows the solution? :)

I tried to copy the spreads one by one by a for cycle, no success. Then I tried to copy them in 1 step this way:

var myS=thisDoc.spreads.everyItem();
myS.duplicate(LocationOptions.AT_END, otherDoc);

but no change, it didn’t work either: all interspread threads were broken.

Someone please help me!

Tamás

This article was last modified on February 21, 2019

Comments (0)

Loading comments...