Reply To: using indesign menu select all then object pathfinder intersect using script

Home Page / Forums / InDesign Add-ons (Scripts, Scripting, and Plug-ins) / using indesign menu select all then object pathfinder intersect using script / Reply To: using indesign menu select all then object pathfinder intersect using script

#85749
Ari Singer
Member

Try this:

var myArray = app.activeWindow.activePage.allPageItems;
myArray[0].intersectPath(myArray);

This article was last modified on June 14, 2016

Comments (0)

Loading comments...