Moving embedded graphic to another frame
hi all,
i trying move embedded graphic container one. nor duplicate nor move seems offer such ability.
i wish avoid place command. more trying re-affect container's graphic instance.
any idea ?
tia loic
hi loic,
yes. :-)
select frame holding portrait image.
shift click other graphic frame add selection , run snippet:
var graphic = app.selection[0].graphics[0]; var target = app.selection[1]; target.contentplace([graphic]);
cheers,
uwe
More discussions in InDesign Scripting
adobe
Comments
Post a Comment