Mobile app version of vmapp.org
Login or Join
Heady304

: 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

@Heady304

Posted in: #AdobeIndesign #Script

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?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady304

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme