how to "ungroup" or "unmask" the a imported Group (vbs)
in vbs
i import illustrator file way
set importedgroup = appref.activedocument.groupitems.createfromfile(dest)
after duplicate them
set dupitem = importedgroup.duplicate(newgroup, aiplaceafter)
but don't know how "ungroup" or "unmask" importedgroup have idea?
thank you
ps: have looking use clipped seems not working
have tried remove first path item in group? other wise see clipping property of first path item…
More discussions in Illustrator Scripting
adobe
Comments
Post a Comment