Retrieve and place an asset from library to the bottom of the page.
I want to read a asset from indesign Library. Place it in the textframe and move it to an frame. But when I am using cannot move the assets by position. Kindly help me to drag the asset to the position.
Dim versoRectContiueAsset As Asset
versoRectContiueAsset = getAssetFromLibrary("TB-con")
versoRectContiueAsset.PlaceAsset(indesignApplication.ActiveDocument) It copies the library and place in the pasteboard. Kindly help me to move it the page 2. textframe 2
