Copying an image from a group to a frame
Friends, please help. I have a group of photos and captions on one page. And I need to copy an image from this group into a frame on another page. For some reason, the code below copies the entire group as a whole. Maybe someone knows how to do it? I only need to copy the imported photo.
app.activeDocument.pages[6].rectangles[0].contentPlace(app.activeDocument.pages[1].groups[0].rectangles[0].allGraphics[0])