I am trying to write a (piece of) applescript that will set an images clipping path from the default ‘item’ setting to an embedded path, ie. path 1, path 2, etc… The opposite is no problem:
tell application “QuarkXPress”
delete clipping path 1 of image 1 of document 1
end tell
This very nicely converts an embedded path to the default ‘item’ setting… but I want to go the other direction…
Can/Would anyone out here help me out??