: InDesign scripts: paste into frame I'm working on a script which pastes my clipboard in every selected frame. After searching around I didn't figure out how to paste something into a frame. I'm
I'm working on a script which pastes my clipboard in every selected frame.
After searching around I didn't figure out how to paste something into a frame.
I'm stuck at something like this:
function pasteSelection(mySelection) {
for (var i = mySelection.length - 1; i > -1; i--) {
mySelection[i].allGraphics.insertionPoints = app.paste();
}
}
What should mySelection[i].allGraphics.insertionPoints be?
More posts by @Heady304
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.