Copy link to clipboard
Copied
Copy link to clipboard
Copied
The reason we need copy and paste is because we want to copy from the original file and then open another document to paste it into.
Copy link to clipboard
Copied
I solved it.
Copy link to clipboard
Copied
Nice! Well done.
Copy link to clipboard
Copied
Hi @은정주2002854, sorry I don't know why the R isn't being copy/pasted. However, I would recommend if you can use PageItem.duplicate() instead. This is a better options because it doesn't need to disturb the clipboard.
- Mark
var dup = gItem.duplicate(myLayerInOtherDocument, ElementPlacement.INSIDE);
Copy link to clipboard
Copied
Thank you for your reply.