Paste in place
i want use paste in place function in illustrator using illustrator javascript. using app.paste() paste content position may differs want paste in exact place how did copy.
can please on this.
use duplicate() method: duplicate([relativeobject][,insertionlocation])
app.selection[0].duplicate();
More discussions in Illustrator Scripting
adobe
Comments
Post a Comment