This content has been marked as final.
Show 6 replies
-
1. Re: Paste in place
moluapple Aug 9, 2012 10:11 PM (in response to piggychops)Use duplicate() method: duplicate([relativeObject][,insertionLocation])
app.selection[0].duplicate();
-
2. Re: Paste in place
Velprakash Aug 10, 2012 12:18 AM (in response to piggychops)Hi,
Did you tried app.pasteInPlace() ? I hope it will work...
Thanks and Regards,
Vel.
-
3. Re: Paste in place
Muppet Mark Aug 10, 2012 1:17 AM (in response to Velprakash)That is an ID app command? Not in AI unless it's been added to CS6 ( I don't have yet )…
-
4. Re: Paste in place
piggychops Aug 10, 2012 1:43 AM (in response to Muppet Mark)Yeah... Actually i wanted to copy the content from Indesign and paste it in
Illustrator using app.copy() and app.paste() commands.
-
5. Re: Paste in place
Muppet Mark Aug 10, 2012 2:43 AM (in response to piggychops)You need bridgetalk to communicate between app's but I've just seen that answered over in ID forum…
-
6. Re: Paste in place
piggychops Aug 10, 2012 3:34 AM (in response to Muppet Mark)Yeah i'm using that but the thing is i want to use paste in place not app.paste()... because if i just paste the content the coordinates value may change sometimes. I want to get the exact output as it is there in Indesign.